Fix bug in NZXT Hue 2 code

This commit is contained in:
Adam Honse
2020-01-05 13:49:30 -06:00
parent 3c77c1a9a8
commit 420e4dc077

View File

@@ -157,7 +157,7 @@ void Hue2Controller::SetChannelLEDs(unsigned int channel, std::vector<RGBColor>
}
usb_buf[0x01] = 0x11;
pkt_max = 20;
pkt_max = 0;
if (colors.size() > 20)
{