mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-11 13:55:16 -04:00
Update test device to 50 LEDs
This commit is contained in:
@@ -47,9 +47,9 @@ void DetectE131Controllers(std::vector<RGBController*> &rgb_controllers)
|
||||
|
||||
dev.name = "Test";
|
||||
dev.type = ZONE_TYPE_SINGLE;
|
||||
dev.num_leds = 30;
|
||||
dev.num_leds = 50;
|
||||
dev.start_universe = 20;
|
||||
dev.start_channel = 500;
|
||||
dev.start_channel = 1;
|
||||
|
||||
std::vector<E131Device> devices;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user