You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
AudioPlayer: disable playing progress
This commit is contained in:
@@ -131,8 +131,9 @@ class AudioPlayer:
|
||||
|
||||
total = 0
|
||||
while total < data_size:
|
||||
if total % 51 == 0:
|
||||
print('.', end='')
|
||||
# Progress:
|
||||
#if total % 51 == 0:
|
||||
# print('.', end='')
|
||||
if not AudioPlayer._keep_running:
|
||||
print("_keep_running = False, stopping...")
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user