Update the rest of the RGBController drivers to just set the active_mode variable instead of actually sending mode updates on SetCustomMode
This commit is contained in:
parent
6828335dc5
commit
afb6ff6a74
12 changed files with 12 additions and 12 deletions
|
|
@ -209,7 +209,7 @@ void RGBController_Hue2::UpdateSingleLED(int led)
|
|||
|
||||
void RGBController_Hue2::SetCustomMode()
|
||||
{
|
||||
SetMode(0);
|
||||
active_mode = 0;
|
||||
}
|
||||
|
||||
void RGBController_Hue2::UpdateMode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue