From 03955c44802fae23818db0df23ebb106fd15c4bc Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Fri, 26 Sep 2025 11:30:37 +0200 Subject: [PATCH] use KLUK for ap ssid --- the-cup.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/the-cup.ino b/the-cup.ino index 9cba7e5..a86d51c 100644 --- a/the-cup.ino +++ b/the-cup.ino @@ -53,7 +53,7 @@ void setup() { bool res; // res = wm.autoConnect(); // auto generated AP name from chipid // res = wm.autoConnect("AutoConnectAP"); // anonymous ap - res = wm.autoConnect("MoodBox"); // password protected ap + res = wm.autoConnect("KLUK"); // password protected ap if(!res) { Serial.println("Failed to connect");