arduino-libraries / ArduinoIoTCloud

Home Page:https://app.arduino.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reset when connected to network but no internet

mderler opened this issue · comments

I am using the MKR Wifi 1010 with the IoTCloud but I have one problem.
When my board is connected to my wifi but has no internet connection my board resets.
I already disabled the watchdog by adding the argument false to the ArduinoCloud.begin function. This fixed the problem where my board resets itself if it was not connected to my network.
But it still resets when it is connected to the network but has no internet access.

Actually, it does not reset the board but its creating a infinte loop.