mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-21 16:10:20 +01:00
Add powerup delay
This commit is contained in:
parent
6f2dd1b703
commit
6dc7b63a55
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ float lastuSv = 0, currentuSv = 0;
|
||||||
|
|
||||||
void setup() {
|
void setup() {
|
||||||
|
|
||||||
|
// power up wait
|
||||||
|
delay(3000);
|
||||||
|
|
||||||
Serial.begin(115200);
|
Serial.begin(115200);
|
||||||
geigerCounterSerial.begin(BAUD_GEIGERCOUNTER);
|
geigerCounterSerial.begin(BAUD_GEIGERCOUNTER);
|
||||||
delay(10);
|
delay(10);
|
||||||
|
|
Loading…
Reference in a new issue