-
Notifications
You must be signed in to change notification settings - Fork 0
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
assert failed... Required to lock TCPIP core functionality ESP32-S3 #3
Comments
after some research, it appears there has been a similar issue with the ESPAsyncWebServer library at: thank you EDIT: running the Backtrace through ESP32 Exception Decoder gives the following:
I'm on windows so im not sure why there are Linux filesystem calls to |
Hi,
I'm getting the following error after calling hursanet.join() on ESP32-S3:
assert failed: netif_add /IDF/components/lwip/lwip/src/core/netif.c:286 (Required to lock TCPIP core functionality!)
edit: arduino esp32-core v3.1.2 ESP32-S3-WROOM-1
The text was updated successfully, but these errors were encountered: