gmag11 / ESPNtpClient

High accuracy NTP library for ESP32 and ESP8266
MIT License
118 stars 25 forks source link

advandedExample.ino fails with Soft WDT reset #47

Open stoffel2 opened 1 year ago

stoffel2 commented 1 year ago

Unmodified advandedExample.ino compiles and uploads in Arduino IDE 2.04, but fails with Soft WDT reset when using esp8266 version 3.1.1 or 3.1.0. It works as expected with version 3.0.2.

This took me a little while to figure out.

Thanks for the great Library!

Chris