diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index 7157fc45bac6f94ed50397b12ffbef79ebd9a2b0..b0ebda45fbfbe23cdaed6d6ee9657273bfb26da0 100644 --- a/CLC-qthing/device_main.cpp +++ b/CLC-qthing/device_main.cpp @@ -53,7 +53,7 @@ void device_main() { auto led0 = cfg.add<qthing::leds::WS2812B_V3>(GPIO_NUM_27, 8); - cyanRGB = new SiliconTorch::FxCyanRGB8::FxCyanRGB8(8, 4); // startIdx = 4 + cyanRGB = new SiliconTorch::FxCyanRGB8::FxCyanRGB8(8); cyanRGB->registerUDPHandler(); cyanRGB->registerAtCyanBus(*cyanBus);