Skip to content

Commit 1c07945

Browse files
committed
Adjusted delay for console log when flashing
1 parent def4331 commit 1c07945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cflib/bootloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def progress_cb(msg: str, percent: int):
504504

505505
if enable_console_log:
506506
# Wait a bit to let the console log print
507-
time.sleep(4)
507+
time.sleep(6)
508508

509509
# We flashed a deck, return for re-boot
510510
next_index = deck_index + 1

0 commit comments

Comments
 (0)