Update max number of leds per #579
This commit is contained in:
parent
e9231c8b4b
commit
6ff72d58c8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ void RGBController_CorsairLightingNode::SetupZones()
|
|||
| can support is 200. |
|
||||
\*-------------------------------------------------*/
|
||||
zones[channel_idx].leds_min = 0;
|
||||
zones[channel_idx].leds_max = 200;
|
||||
zones[channel_idx].leds_max = 204;
|
||||
|
||||
if(first_run)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue