blink when not connected to AP

This commit is contained in:
Christophe Robillard 2025-08-10 18:15:41 +02:00
parent 09a862facf
commit ee6bb36cc5

View file

@ -57,6 +57,7 @@ void setup() {
if(!res) {
Serial.println("Failed to connect");
displayError();
// ESP.restart();
}
else {