remove wifi credentials
This commit is contained in:
parent
5853e792ee
commit
f29ae5ccf9
|
@ -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