File tree 2 files changed +5
-52
lines changed
src/platform/silabs/multi-ota/SiWx917
2 files changed +5
-52
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,8 @@ class TAG:
63
63
APPLICATION = 1
64
64
BOOTLOADER = 2
65
65
FACTORY_DATA = 3
66
- WIFI_917_NCP_TA = 4
67
- WIFI_917_SOC_COMBINED = 5
68
- WIFI_917_NCP_COMBINED = 6
66
+ WIFI_917_TA_M4 = 4
67
+
69
68
70
69
def set_logger ():
71
70
stdout_handler = logging .StreamHandler (stream = sys .stdout )
@@ -75,6 +74,7 @@ def set_logger():
75
74
handlers = [stdout_handler ]
76
75
)
77
76
77
+
78
78
def write_to_temp (path : str , payload : bytearray ):
79
79
with open (path , "wb" ) as _handle :
80
80
_handle .write (payload )
@@ -285,8 +285,8 @@ def create_image(args: object):
285
285
input_files += generate_bootloader (args )
286
286
287
287
if args .app_input_file :
288
- input_files += generate_app (args )
289
-
288
+ input_files += generate_app (args )
289
+
290
290
if args .wifi_input_file :
291
291
input_files += generate_wifi_image (args )
292
292
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments