Renamed setup SSID

This commit is contained in:
Jelmer
2023-05-19 21:32:20 +02:00
parent ecbbff75f8
commit 999c57deb1

View File

@@ -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();