From 6724abfef3fb3718017a1199b9045d6cfa1bf7da Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 22 Feb 2024 08:08:21 -0500 Subject: [PATCH] removed temporary SSID and network name definitions. --- pio_examples/gui/src/gui.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pio_examples/gui/src/gui.ino b/pio_examples/gui/src/gui.ino index 8953a0d..670a4d6 100644 --- a/pio_examples/gui/src/gui.ino +++ b/pio_examples/gui/src/gui.ino @@ -11,8 +11,8 @@ DNSServer dnsServer; #include #endif -const char* ssid = "MaRtInG"; -const char* password = "martinshomenetwork"; +const char* ssid = "ESPUI"; +const char* password = "espui"; const char* hostname = "espui";