-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
fix(sntp): Lock / Unlock LWIP if CONFIG_LWIP_TCPIP_CORE_LOCKING is set #10725
Conversation
- Fixes: espressif#10526 - Completes old PR espressif#10529
👋 Hello mathieucarbou, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
@me-no-dev : fyi : might want this one for the release... I saw this remaining bug yesterday. |
Test Results 56 files 56 suites 4m 18s ⏱️ Results for commit 71396de. ♻️ This comment has been updated with latest results. |
@mathieucarbou thanks for taking care of this! |
The previous PR didn't lock around
... which causes the ESP to crash if SNTP is used, then the ESP is disconnected rom WiFi (WiFi down for example), then ESP reconnects when WiFi is up again, and a sntp call is made.