Skip to content

OTA on multiple devices #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 18, 2021
Prev Previous commit
Next Next commit
Update readme
  • Loading branch information
polldo committed Nov 17, 2021
commit de24be072f1d16ccb6b02f462778296c6f35f770
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ The default OTA upload should complete in 10 minutes. Use `--deferred` flag to e

`$ arduino-cloud-cli ota upload --device-id <deviceID> --file <sketch-file.ino.bin> --deferred`

It is also possible to perform a mass ota upload through a specific command.
The fqbn is mandatory.
To select the devices to update you can either provide a list of device ids or device tags.

`$ arduino-cloud-cli ota mass-upload --fqbn <deviceFQBN> --device-ids <deviceIDs> --file <sketch-file.ino.bin>`

`$ arduino-cloud-cli ota mass-upload --fqbn <deviceFQBN> --device-tags <key0>=<value0>,<key1>=<value1> --file <sketch-file.ino.bin>`

## Dashboard commands

Print a list of available dashboards and their widgets by using this command:
Expand Down