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:
John McCabe 2022-11-09 00:23:04 +00:00 committed by GitHub
parent be1c39e80c
commit e2d330e9c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"