diff --git a/pio_examples/gui/src/gui.ino b/pio_examples/gui/src/gui.ino index 8953a0d..f60ffdc 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 = "YourNetworkName"; +const char* password = "YourNetworkPassphrase"; const char* hostname = "espui";