You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a WipperSnapper device attempts to connect to a defined WiFi network and fails, it currently reboots.
Instead of rebooting, we should instead write the WiFi Status (https://www.arduino.cc/en/Reference/WiFiStatus) to the boot_out.txt file and halt, instead of rebooting. This would also require the WiFi connection to attempt a min. # of connection attempts (instead of infinite, currently).
The text was updated successfully, but these errors were encountered:
If a WipperSnapper device attempts to connect to a defined WiFi network and fails, it currently reboots.
Instead of rebooting, we should instead write the WiFi Status (https://www.arduino.cc/en/Reference/WiFiStatus) to the boot_out.txt file and halt, instead of rebooting. This would also require the WiFi connection to attempt a min. # of connection attempts (instead of infinite, currently).
The text was updated successfully, but these errors were encountered: