Closed WolfgangFranke closed 3 years ago
that change in "src/utcOffset.cpp" works for me, please verify:
/* remove the depricated ESP8266 API call:
*HTTPClient http;
*http.begin("http://worldtimeapi.org/api/ip");
*/
// use the new API like below:
WiFiClient client;
HTTPClient http;
http.begin(client, "http://worldtimeapi.org/api/ip");
Arduino IDE: 1.8.15 (Mac OS X) Ard-ESP-Core: https://arduino.esp8266.com/stable/package_esp8266com_index.json ESP8266 Board: LOLIN(WEMOS) D1 R2 & mini
Compile Error in "src/utcOffset.cpp":