From 061a44e2d6d5b6a727497ebe1663a153dc4ffc1b Mon Sep 17 00:00:00 2001 From: Sergey Date: Sat, 28 Sep 2024 21:04:34 +0300 Subject: [PATCH] Update wifi.ino --- wifi/wifi.ino | 1 + 1 file changed, 1 insertion(+) 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() {