mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Ускоряем реакцию на неправильный пароль или ошибку подключения.
This commit is contained in:
@@ -28,6 +28,7 @@ void routerConnect() {
|
|||||||
SerialPrint("E", "WIFI", "password is not correct");
|
SerialPrint("E", "WIFI", "password is not correct");
|
||||||
tries = 1;
|
tries = 1;
|
||||||
jsonWriteInt(errorsHeapJson, "passer", 1);
|
jsonWriteInt(errorsHeapJson, "passer", 1);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
Serial.print(".");
|
Serial.print(".");
|
||||||
delay(1000);
|
delay(1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user