Skip to content

Commit d271aad

Browse files
committed
Remove instructions to deactivate watchdog timer
Testing found that disabling the watchdog could cause the board to become unresponsive, forcing a manual and physical reboot.
1 parent df04f1f commit d271aad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/Arduino Cloud/Cloud Editor/If-you-see-an-error-when-performing-an-Over-the-Air-OTA-upload.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ Follow these steps:
6565

6666
1. Ensure that the board has a stable connection to Arduino Cloud.
6767
1. Avoid extensive calls to the `delay()` function or other blocking code inside the `loop()` function of your sketch.
68-
1. Try deactivating the watchdog timer on the device.
6968

7069
### Board error - otadownloadfail {#otadownloadfail}
7170

@@ -112,7 +111,6 @@ This error means that the device restarted with a SHA (fw identifier) that is di
112111
Follow these steps:
113112

114113
1. Check if the sketch running on the device is unstable and causes frequent restarts.
115-
1. Try deactivating the watchdog timer on the device.
116114

117115
### SHA256 Unknown - Unknown Firmware detected after restart. {#sha256unknown}
118116

0 commit comments

Comments
 (0)