Closed troyhacks closed 11 months ago
I have not tested AsyncUDP. Looking at the error report, it should be that the null pointer was accessed and caused the program to crash.
I have found the cause of the crash, please disable it with the following lines and the crash will be resolved. I can't continue to do other things. I have other things to deal with. I hope you can understand. You can report this error to espressif
Much appreciated. Thank you!
Example code here adapted from the WiFiUDP example:
https://github.com/troyhacks/LilyGO-T-ETH-Series/blob/master/examples/UDPClientReceiver/UDPClientReceiver.ino
Works great with WiFiUDP, crashes without error or a meaningful backtrace with AsyncUDP.
I've tried to do some debugging but I'm posting here in case there's any insights.
I would love to get this board running with AsyncUDP as I'm working towards adding support for it to WLED and this is a blocking issue from finishing the integration.
Thanks in advance for any hints!