Limit maximum LEDs per channel to 40

This commit is contained in:
Adam Honse committed 2022-02-13 19:13:39 +00:00
1 parent 616a11694d
commit dd508d94de
1 file changed
+1 -1
@@ -209,7 +209,7 @@ void RGBController_ZalmanZSync::SetupZones()
| can support is 200. |
\*-------------------------------------------------*/
zones[channel_idx].leds_min = 0;
zones[channel_idx].leds_max = 204;
zones[channel_idx].leds_max = 40;
if(first_run)
{