Skip to content

Commit 2c3f4b8

Browse files
committed
Merge branch 'master' of github.com:bitcraze/crazyflie-lib-python
2 parents 3614293 + 4c59dc5 commit 2c3f4b8

File tree

2 files changed

+615
-379
lines changed

2 files changed

+615
-379
lines changed

cflib/bootloader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def _flash_deck(self, artifacts: List[FlashArtifact], targets: List[Target]):
441441
progress_cb = self.progress_cb
442442
if not progress_cb:
443443
def progress_cb(msg: str, percent: int):
444-
frames = ['', '', '', '']
444+
frames = ['|', '/', '-', '\\']
445445
frame = frames[int(percent) % 4]
446446
print('{} {}% {}'.format(frame, percent, msg))
447447

0 commit comments

Comments
 (0)