Linting fix

This commit is contained in:
ZodiusInfuser 2021-08-19 15:19:01 +01:00
parent 0faa312358
commit c4e0316fd8
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ UPDATES = 60
# Pick *one* LED type by uncommenting the relevant line below:
# APA102 / DotStar™ LEDs
#led_strip = plasma.APA102(NUM_LEDS, 0, 0, plasma2040.DAT, plasma2040.CLK)
# led_strip = plasma.APA102(NUM_LEDS, 0, 0, plasma2040.DAT, plasma2040.CLK)
# WS2812 / NeoPixel™ LEDs
led_strip = plasma.WS2812(NUM_LEDS, 0, 0, plasma2040.DAT)