Fix typo galactic_unicorn feature_test_with_audio.py
Fixes a minor typo, SWITCH_BRIGHTNESS_DOWN text should be Lower not Power.
This commit is contained in:
parent
be1c39e80c
commit
e2d330e9c9
|
@ -346,7 +346,7 @@ while True:
|
|||
text = "Raise B"
|
||||
|
||||
if gu.is_pressed(GalacticUnicorn.SWITCH_BRIGHTNESS_DOWN):
|
||||
text = "Power B"
|
||||
text = "Lower B"
|
||||
|
||||
if gu.is_pressed(GalacticUnicorn.SWITCH_SLEEP):
|
||||
text = "Stop"
|
||||
|
|
Loading…
Reference in New Issue