Update max number of leds per #579

This commit is contained in:
TheRogueZeta
2020-09-09 20:17:24 -07:00
committed by Adam Honse
parent e9231c8b4b
commit 6ff72d58c8

View File

@@ -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)
{