What causes an ESP32 to reset when wifi is reconnected. If I go out of range of the wifi, upon return, the connection to wifi and arduino cloud seems to cause a reset.
I have the watchdog disabled with this:
ArduinoCloud.begin(ArduinoIoTPreferredConnection, false);
It's not a power issue. Very similar program is working in blynk cloud and there hasn't been a reset in 4 months.
I am considering changing from blynk to Arduino cloud except for this issue. Can anybody point me in the right direction?