Remove default WiFi SSID & pass

This commit is contained in:
David Zovko 2020-07-31 10:06:05 +02:00 committed by GitHub
parent 046ee10b04
commit d02194d8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = "";
// ----------------------------------