解决 -b 选项程序崩溃的问题

This commit is contained in:
ranchuan
2024-12-19 17:50:27 +08:00
parent 6c49b8fe94
commit 9d2cf9dc31
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@@ -383,7 +383,8 @@ def global_def():
log_file=args.ram_file
elif(args.bin_convert is not None):
function_type='convert'
log_file=args.bin_convert
iot_flash_file=args.bin_convert
log_file=iot_flash_file
elif(args.console is not None):
log_file=args.console
function_type='console'