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
The ota flow is the following: the device to be updated should be already provisioned and online. The user should have a sketch locally. This sketch must be compiled through arduino-cli or arduino-ide1/2. Then, this command should be used in order to start the upload:
$./iot-cloud-cli ota upload --device-id <deviceID> --file <sketchName.ino.bin>
* Import ota generator
* Implement ota generation
* Add ota upload command
* Adapt to format-output changes
* Fix typos
* Improve ota upload help
* Add deferred option
* Improve deferred ota
* Update readme
0 commit comments