mirror of
https://github.com/s00500/ESPUI.git
synced 2024-12-04 08:51:27 +00:00
Fixed default ssid and pasphrase.
This commit is contained in:
parent
e9fc63f86d
commit
ffe2ce7859
@ -11,8 +11,8 @@ DNSServer dnsServer;
|
|||||||
#include <ESP8266WiFi.h>
|
#include <ESP8266WiFi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char* ssid = "MaRtInG";
|
const char* ssid = "YourNetworkName";
|
||||||
const char* password = "martinshomenetwork";
|
const char* password = "YourNetworkPassphrase";
|
||||||
|
|
||||||
const char* hostname = "espui";
|
const char* hostname = "espui";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user