ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

ESP32 compatibility issue (assert failed)

Open TheOriginalLambdaMan opened this issue 10 months ago • 1 comments

With the newest esp32 official board manager, esp32 raises this error in serial monitor : assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1851 (Required to lock TCPIP core functionality!) After contacting manufacturers support, they claimed it was that the library was deprecated.

TheOriginalLambdaMan avatar Feb 25 '25 16:02 TheOriginalLambdaMan

FYI, the lwip TCPIP locking was fixed since October 2024 in the official async libs: https://github.com/ESP32Async ESPHome is using an outdated fork.

mathieucarbou avatar Feb 25 '25 16:02 mathieucarbou