From ee6bb36cc5770f5a89db3224561467d7bf3888bf Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sun, 10 Aug 2025 18:15:41 +0200 Subject: [PATCH] blink when not connected to AP --- the-cup.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/the-cup.ino b/the-cup.ino index 34ac580..b6015b9 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -57,6 +57,7 @@ void setup() { if(!res) { Serial.println("Failed to connect"); + displayError(); // ESP.restart(); } else {