mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-23 16:07:20 +01:00
Renamed setup SSID
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user