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:
Adam Honse 2020-02-10 00:26:18 -06:00
parent 6828335dc5
commit afb6ff6a74
12 changed files with 12 additions and 12 deletions

View file

@ -209,7 +209,7 @@ void RGBController_Hue2::UpdateSingleLED(int led)
void RGBController_Hue2::SetCustomMode()
{
SetMode(0);
active_mode = 0;
}
void RGBController_Hue2::UpdateMode()