updating code for magic band reader
updating code for magic band reader
This commit is contained in:
parent
d2a630e799
commit
3e8b211afd
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ sounds = [
|
|||
]
|
||||
while True:
|
||||
print("Waiting for button press to continue!")
|
||||
while button.value:
|
||||
while not button.value:
|
||||
solid.animate()
|
||||
play_wav(random.choice(sounds))
|
||||
while audio.playing:
|
||||
|
|
|
|||
Loading…
Reference in a new issue