mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-15 06:18:36 +00:00
cli: Update upload OTA image API
This commit is contained in:
@@ -233,7 +233,7 @@ class Service:
|
||||
:type: str | None
|
||||
"""
|
||||
socket.setdefaulttimeout(100)
|
||||
path = 'user/ota_image'
|
||||
path = 'user/otaimage'
|
||||
request_payload = {
|
||||
'image_name': img_name,
|
||||
'base64_fwimage': fw_img
|
||||
|
||||
Reference in New Issue
Block a user