Closed alorbach closed 4 years ago
I've the same problem.. @alorbach have you find a solution? The only workaround I've found it's to modify the library
Yes that is what I did finally, i modified CONFIG_ASYNC_TCP_RUNNING_CORE default in AsyncTCP.h
Use platformio to build your "sketches" and set a build flag like it's done here: https://docs.platformio.org/en/latest/platforms/espressif32.html#debug-level
Does this work with Arduino IDE?
no
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
Maybe I am to stupid today, but If I define CONFIG_ASYNC_TCP_RUNNING_CORE before including AsyncTCP.h, it does not have any affect at all:
Itz still runs into the ifndef block in AsyncTCP.h