remove wifi credentials
This commit is contained in:
parent
5853e792ee
commit
f29ae5ccf9
|
@ -26,8 +26,8 @@ int timeZone = 2;
|
|||
char city[128] = "ZAGREB";
|
||||
|
||||
// Change to your wifi ssid and password
|
||||
char *ssid = "e-radionica.com";
|
||||
char *pass = "croduino";
|
||||
char *ssid = "";
|
||||
char *pass = "";
|
||||
|
||||
// ----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue