Skip to content

Commit c29d94c

Browse files
committed
update single step solutions format
1 parent 368ec3a commit c29d94c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ Follow these steps:
8080

8181
The header of the downloaded file does not match the expected one, likely indicating that the file was corrupted during the download.
8282

83-
Follow these steps:
84-
85-
1. Try to upload the sketch again.
83+
To resolve this issue, upload the sketch again.
8684

8785
### Board error - otastorageinitfail {#otastorageinitfail}
8886

@@ -102,17 +100,13 @@ This error indicates that the device's memory partition table is improperly form
102100

103101
This error occurs when the device fails to connect to the firmware download endpoint.
104102

105-
Follow these steps:
106-
107-
1. Ensure that the board has a stable connection to Arduino Cloud.
103+
To resolve this issue, ensure that the board has a stable connection to Arduino Cloud.
108104

109105
### SHA256 mismatch - Unable to apply the new firmware. Previous firmware detected after restart {#sha256mismatch}
110106

111107
This error means that the device restarted with a SHA (fw identifier) that is different from the target one and the SHA is equal to the one installed when the OTA process is started. This usually happens when the device restarts during the OTA process.
112108

113-
Follow these steps:
114-
115-
1. Check if the sketch running on the device is unstable and causes frequent restarts.
109+
To resolve this issue, check if the sketch running on the device is unstable and causing frequent restarts.
116110

117111
### SHA256 Unknown - Unknown Firmware detected after restart. {#sha256unknown}
118112

0 commit comments

Comments
 (0)