diff --git a/ESP32_AP-Flasher/src/web.cpp b/ESP32_AP-Flasher/src/web.cpp index 45320980..5f9119f4 100644 --- a/ESP32_AP-Flasher/src/web.cpp +++ b/ESP32_AP-Flasher/src/web.cpp @@ -205,7 +205,7 @@ void init_web() { WiFi.mode(WIFI_STA); WiFiManager wm; bool res; - res = wm.autoConnect("AutoConnectAP"); + res = wm.autoConnect("OpenEPaperLink Setup"); if (!res) { Serial.println("Failed to connect"); ESP.restart();