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
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,7 @@ Delete specific tags of a thing. The keys of the tags to delete should be passed
200
200
## Ota commands
201
201
202
202
Perform an OTA firmware update. Note that the binary file (`.bin`) should be compiled using an arduino core that supports the specified device.
203
-
The default OTA upload should complete in 10 minutes. Use `--deferred` flag to extend this time to one week.
203
+
The default OTA upload should complete in 10 minutes. Use `--deferred` flag to extend this time to one week (see an example sketch [here](https://github.com/arduino-libraries/ArduinoIoTCloud/blob/ab0af75a5666f875929029ac6df59e04789269c5/examples/ArduinoIoTCloud-DeferredOTA/ArduinoIoTCloud-DeferredOTA.ino)).
204
204
205
205
`$ arduino-cloud-cli ota upload --device-id <deviceID> --file <sketch-file.ino.bin>`
0 commit comments