Update wifi.ino

main
Sergey 1 year ago
parent 631dd50d91
commit 061a44e2d6
  1. 1
      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() {

Loading…
Cancel
Save