removed temporary SSID and network name definitions.

This commit is contained in:
Martin 2024-02-22 08:08:21 -05:00
parent a448fdd180
commit 6724abfef3
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ DNSServer dnsServer;
#include <ESP8266WiFi.h>
#endif
const char* ssid = "MaRtInG";
const char* password = "martinshomenetwork";
const char* ssid = "ESPUI";
const char* password = "espui";
const char* hostname = "espui";