mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
finish spifi flash print
This commit is contained in:
parent
ed1c19cc73
commit
1979bce4b0
@ -529,4 +529,6 @@ def write_pages(pages: Dict[int, List[int]], openocd: OpenOcdTclRpc, is_resume=T
|
||||
if is_resume:
|
||||
openocd.resume(0)
|
||||
|
||||
if result == 0:
|
||||
print("SPIFI page recording completed", flush=True)
|
||||
return 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user