Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:42:01 -04:00
parent 813cbafff3
commit 29a3300321
2 changed files with 1 additions and 1 deletions

View file

@ -55,7 +55,6 @@ print("after show, going to loop")
pybadger.pixels.fill(0x000022)
while True:
cur_a = btn_a.value
cur_b = btn_b.value
cur_c = btn_c.value

View file

@ -37,6 +37,7 @@ pybadger.badge_line(
# Start with the custom badge page
pybadger.show_custom_badge()
# This task responds to buttons and changes the visible page
async def ui_task():
while True: