diff --git a/src/main/drivers/light_ws2811strip.h b/src/main/drivers/light_ws2811strip.h index db51d00edf..64967bc3b3 100644 --- a/src/main/drivers/light_ws2811strip.h +++ b/src/main/drivers/light_ws2811strip.h @@ -28,7 +28,7 @@ // number of bytes needed is #LEDs * 24 bytes + 42 trailing bytes) #define WS2811_DMA_BUFFER_SIZE (WS2811_DATA_BUFFER_SIZE + WS2811_DELAY_BUFFER_LENGTH) -#define WS2811_TIMER_MHZ 24 +#define WS2811_TIMER_MHZ 48 #define WS2811_CARRIER_HZ 800000 void ws2811LedStripInit(ioTag_t ioTag);