We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0468f70 commit 9317c3cCopy full SHA for 9317c3c
cli/ota/upload.go
@@ -56,6 +56,7 @@ func runUploadCommand(cmd *cobra.Command, args []string) {
56
params := &ota.UploadParams{
57
DeviceID: uploadFlags.deviceID,
58
File: uploadFlags.file,
59
+ Deferred: uploadFlags.deferred,
60
}
61
err := ota.Upload(params)
62
if err != nil {
0 commit comments