mirror of
https://github.com/schinken/esp8266-geigercounter.git
synced 2024-11-13 04:24:21 +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() {
|
||||
|
||||
// power up wait
|
||||
delay(3000);
|
||||
|
||||
Serial.begin(115200);
|
||||
geigerCounterSerial.begin(BAUD_GEIGERCOUNTER);
|
||||
delay(10);
|
||||
|
|
Loading…
Reference in a new issue