From 09a01bde5fa70456befde7ef2792002f5f53f76a Mon Sep 17 00:00:00 2001 From: Jochen Vothknecht <jochen3120@gmail.com> Date: Wed, 27 Apr 2022 03:53:45 +0200 Subject: [PATCH] Resetting startIdx --- CLC-qthing/device_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLC-qthing/device_main.cpp b/CLC-qthing/device_main.cpp index 7157fc4..b0ebda4 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); -- GitLab