Skip to content

Commit 9317c3c

Browse files
committed
Fix deferred ota
1 parent 0468f70 commit 9317c3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/ota/upload.go

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ func runUploadCommand(cmd *cobra.Command, args []string) {
5656
params := &ota.UploadParams{
5757
DeviceID: uploadFlags.deviceID,
5858
File: uploadFlags.file,
59+
Deferred: uploadFlags.deferred,
5960
}
6061
err := ota.Upload(params)
6162
if err != nil {

0 commit comments

Comments
 (0)