diff --git a/wifi/wifi.ino b/wifi/wifi.ino index f29717a..88f5bf6 100644 --- a/wifi/wifi.ino +++ b/wifi/wifi.ino @@ -16,6 +16,7 @@ const char* host = "api.openweathermap.org"; String line ; NTPClient timeClient(ntpUDP, "europe.pool.ntp.org", 3600 + 7200, 60000); int a = 0; + //**************************************************************************** void setup() {