-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With ESP32 core 3.1.0 NTP.begin() restarts the MCU #56
Comments
Has probably something to do with the WIFI connection in 3.1. |
Tried this example sketch with core 3.1.1 but it crashes the MCU ` #define SHOW_TIME_PERIOD 1000 void setup() { void loop() {
} ` |
https://github.com/espressif/arduino-esp32/issues/10902#issuecomment-2613996805 The issue comment was: |
I have the same problem! |
FYI
On a Arduino Nano ESP32 NTP.begin(); restarts the Nano when compiling with Espressif ESP32 core 3.1.0
With core 3.0.7 there is no issue
The text was updated successfully, but these errors were encountered: