Remove default WiFi SSID & pass
This commit is contained in:
parent
046ee10b04
commit
d02194d8fc
|
@ -26,8 +26,8 @@ int timeZone = 2;
|
||||||
char city[128] = "ZAGREB";
|
char city[128] = "ZAGREB";
|
||||||
|
|
||||||
// Change to your wifi ssid and password
|
// Change to your wifi ssid and password
|
||||||
char *ssid = "e-radionica.com";
|
char *ssid = "";
|
||||||
char *pass = "croduino";
|
char *pass = "";
|
||||||
|
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue