We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f3ab7 commit fec94aeCopy full SHA for fec94ae
1 file changed
Neopixel_Badge_Lanyard/code.py
@@ -105,4 +105,4 @@ def set_palette(palette):
105
106
if cycling:
107
offset = (offset + offset_increment) % OFFSET_MAX
108
- set_palette(palette_choice)
+ set_palette(palette_choice)
0 commit comments