remove wifi credentials

This commit is contained in:
nitko12 2020-07-29 09:38:34 +02:00
parent 5853e792ee
commit f29ae5ccf9
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "";
// ----------------------------------