Blinking on Wifi Connecting
This commit is contained in:
parent
3bca87a4b3
commit
55cc65eddb
@ -120,7 +120,10 @@ bool checkConnection() {
|
||||
Serial.println("Connected!");
|
||||
return (true);
|
||||
}
|
||||
delay(500);
|
||||
digitalWrite(SONOFF, HIGH);
|
||||
delay(250);
|
||||
digitalWrite(SONOFF, HIGH);
|
||||
delay(250);
|
||||
Serial.print(".");
|
||||
count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user