diff --git a/examples/3. Projects/1-Weather_station_example/1-Weather_station_example.ino b/examples/3. Projects/1-Weather_station_example/1-Weather_station_example.ino index ef317b8..bd4c678 100644 --- a/examples/3. Projects/1-Weather_station_example/1-Weather_station_example.ino +++ b/examples/3. Projects/1-Weather_station_example/1-Weather_station_example.ino @@ -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 = ""; // ----------------------------------