Skip to content

Commit 56d9e43

Browse files
committed
Merge branch 'task/ota_api_update' into 'master'
cli: Update upload OTA image API See merge request app-frameworks/esp-rainmaker!161
2 parents 5d664fc + dc1d6b8 commit 56d9e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/rmaker_lib/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def upload_ota_image(self, node, img_name, fw_img):
233233
:type: str | None
234234
"""
235235
socket.setdefaulttimeout(100)
236-
path = 'user/ota_image'
236+
path = 'user/otaimage'
237237
request_payload = {
238238
'image_name': img_name,
239239
'base64_fwimage': fw_img

0 commit comments

Comments
 (0)