ESPAsyncWebServer
ESPAsyncWebServer copied to clipboard
ESP32 compatibility issue (assert failed)
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.
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.