Updated Espressif 8266 to 4.0.1 (platform.io), getting time from NTP stopped working on all esp8266/32s. Silently assumes 1970s. Seemingly ignores configTime(MYTZ, "pool.ntp.org", "google.time.com", "time.cloudflare.com");
in time.h code variant.
Tried time.h (https://github.com/esp8266/Arduino/blob/master/libraries/esp8266/examples/NTP-TZ-DST/NTP-TZ-DST.ino) And NTPClient.h (arduino-libraries/NTPClient@^3.2.1)
Google is spammed by copy pasted examples around those two.
Is there a working for the setup example?