From d02194d8fc6ac7221cbc9e4b229f92b8e8e0fd8d Mon Sep 17 00:00:00 2001 From: David Zovko Date: Fri, 31 Jul 2020 10:06:05 +0200 Subject: [PATCH] Remove default WiFi SSID & pass --- .../1-Weather_station_example/1-Weather_station_example.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = ""; // ----------------------------------