Skip to content
Snippets Groups Projects
Commit 09a01bde authored by fxk8y's avatar fxk8y :spider:
Browse files

Resetting startIdx

parent 93c03d15
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ void device_main() { ...@@ -53,7 +53,7 @@ void device_main() {
auto led0 = cfg.add<qthing::leds::WS2812B_V3>(GPIO_NUM_27, 8); 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->registerUDPHandler();
cyanRGB->registerAtCyanBus(*cyanBus); cyanRGB->registerAtCyanBus(*cyanBus);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment