Skip to content

Commit

Permalink
Adjusted delay for console log when flashing
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Dec 7, 2022
1 parent def4331 commit 1c07945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cflib/bootloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def progress_cb(msg: str, percent: int):

if enable_console_log:
# Wait a bit to let the console log print
time.sleep(4)
time.sleep(6)

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

0 comments on commit 1c07945

Please sign in to comment.