Skip to content

Commit fa2633e

Browse files
authored
Merge pull request #2418 from adafruit/magicband_update
updating code for magic band reader
2 parents d2a630e + 3e8b211 commit fa2633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Magic_Band_Reader/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def play_wav(name):
4747
]
4848
while True:
4949
print("Waiting for button press to continue!")
50-
while button.value:
50+
while not button.value:
5151
solid.animate()
5252
play_wav(random.choice(sounds))
5353
while audio.playing:

0 commit comments

Comments
 (0)