1
Answers
39
Views
0
Comments
How do I handle Wi-Fi disconnects and connection failures?
My ESP32 connects to Wi-Fi fine with wifi.connect(), but I don't want the application to silently fail if the network goes down or the credentials are wrong.
Is there a way to detect when Wi-Fi connects/disconnects a…