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