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";
|
||||
|
||||
// Change to your wifi ssid and password
|
||||
char *ssid = "e-radionica.com";
|
||||
char *pass = "croduino";
|
||||
char *ssid = "";
|
||||
char *pass = "";
|
||||
|
||||
// ----------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue