Skip to content
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

Bugfix: Make library work with ESP32 v3.1.0 #189

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dalathegreat
Copy link

What

The changes introduced in EPS32 v3.1.0 causes a runtime crash when trying to use this AsyncTCP library

assert failed: tcp_alloc /IDF/components/lwip/lwip/src/core/tcp.c:1851 (Required to lock TCPIP core functionality!)

How

We fix this by applying the fix in espressif/arduino-esp32#10526 , suggested by mathieucarbou

@Lukaswnd
Copy link
Contributor

Lukaswnd commented Jan 3, 2025

In general it works for me. But you forgot to commit the AsyncTCP.h you added 2 functions, which also need to be added in the class declaration in the header.
And you should check backward compability

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants