blink when not connected to AP
This commit is contained in:
parent
09a862facf
commit
ee6bb36cc5
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ void setup() {
|
||||||
|
|
||||||
if(!res) {
|
if(!res) {
|
||||||
Serial.println("Failed to connect");
|
Serial.println("Failed to connect");
|
||||||
|
displayError();
|
||||||
// ESP.restart();
|
// ESP.restart();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue