mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-05 06:34:25 -04:00
Reverting syntax error introduced in d0cb93dec4
This commit is contained in:
@@ -729,7 +729,7 @@ uint8_t logitech_device::setMode(uint8_t mode, uint16_t speed, uint8_t zone, uin
|
||||
if(mode == 1) //Static
|
||||
{
|
||||
set_mode.data[5] = 0x02; //zone;
|
||||
set_mode.data[16] = 0x01;
|
||||
//set_mode.data[12] = 0x01; //Save to flash testing
|
||||
}
|
||||
else if(mode == 2) //Spectrum Cycle - LOGITECH_DEVICE_LED_SPECTRUM
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user