Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-20 17:43:05 +01:00
parent d4de898859
commit 389112525a
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ if __name__ == "__main__":
# except KeyboardInterrupt:
# for led in range(LED_COUNT):
# update_led_strip((0, 0, 0), led, strip)
update_led_strip((0, 0, 0), 0, strip)
update_led_strip((255, 255, 255), 0, strip)