diff --git a/client/main.py b/client/main.py index 88cea6b..3f03042 100644 --- a/client/main.py +++ b/client/main.py @@ -17,7 +17,7 @@ LED_STRIP_PIN = board.D18 global LED_COUNT LED_COUNT = 30 global LEDS_PER_PIXEL -LEDS_PER_PIXEL = 5 +LEDS_PER_PIXEL = 1 # Global variables for LED strip control global strip