You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to painlessmesh-user
I am developing an distributed temperature control system using painlessmesh.
After upgrading to Arduino IDE to 2.3.4 ESP32 I recieve the error "assert failed tcp_alloc etc. This message is generated by the startup of the mesh network. Switching to a other developing environmend (platformio) is a complicated task. I have upgraded all the dependensies but that is not helping. Running the examples from the library gave the same problems
Dave NoLastName
unread,
Jun 10, 2025, 4:43:23 PMJun 10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to painlessmesh-user
I fixed this by uninstalling "AsyncTCP" and installing "Async TCP" (notice the space). You might also have to replace "ESPAsyncWebServer" with "ESP Async WebServer"