Closed bela333 closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 2 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed as it has not had any recent activity. Thank you for your contributions.
Hello!
I made some changes to the ESPHome UDP library so that it supports the ESP32. Apparently the ESP32 could not create a UDP server before a connection was made. In order to fix this I added a code that constantly polls for the WiFi state to become "connected". Porting the async version of the code to the ESP32 resulted in a failure which seems to block all network connectivity.
Thank you