Hi all, I have an ESP32 I am running as an MQTT client. Things work great over wifi for a bit, and then the system crashes. The trace says that its crashing during an MQTT keep alive, which leads me to believe that the Wi-Fi is dropping out.
Is there any way to detect when the network has dropped off? I don't want the device to quietly lock up once I start putting them out there.
An event that says this is happening 'Reconnecting' would be awesome, but I dont see anything like that.
Im using the WifiNetworkhelper
Thanks!