Replies: 1 comment
-
It probably has a cause with changes in the WIFI coding. Tried many variations in my code. I will wait for a new release and fall back to 3.0.7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the library ESPNtpClient to update the clock in an Arduino Nano ESP32
The sketch it is used in worked well with Arduino core 2.0.18 and with Espressif core 3.0.5 and 3.0.7.
But with core 3.1.0 that Nano restarts when calling NTP.begin();
I tried to increase the buffer size in xTaskCreateUniversal in the begin() function of the library but that was not the solution (-:.
It is probably a too small allocated buffer somewhere.
Beta Was this translation helpful? Give feedback.
All reactions