diff --git a/01OS/01OS/clients/esp32/src/client/client.ino b/01OS/01OS/clients/esp32/src/client/client.ino index 576ff38..d028be7 100644 --- a/01OS/01OS/clients/esp32/src/client/client.ino +++ b/01OS/01OS/clients/esp32/src/client/client.ino @@ -19,7 +19,7 @@ int server_port = 8000; // Pre reading on the fundamentals of captive portals https://textslashplain.com/2022/06/24/captive-portals/ -const char *ssid = "captive"; // FYI The SSID can't have a space in it. +const char *ssid = "01-Light"; // FYI The SSID can't have a space in it. // const char * password = "12345678"; //Atleast 8 chars const char *password = NULL; // no password @@ -38,7 +38,21 @@ const int kNetworkDelay = 1000; String generateHTMLWithSSIDs() { - String html = "