mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
removed temporary SSID and network name definitions.
This commit is contained in:
parent
a448fdd180
commit
6724abfef3
@ -11,8 +11,8 @@ DNSServer dnsServer;
|
|||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char* ssid = "MaRtInG";
|
const char* ssid = "ESPUI";
|
||||||
const char* password = "martinshomenetwork";
|
const char* password = "espui";
|
||||||
|
|
||||||
const char* hostname = "espui";
|
const char* hostname = "espui";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user