mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-30 18:54:00 -04:00
Add speed control to Hue 2
This commit is contained in:
@@ -25,7 +25,7 @@ static void Sleep(unsigned int milliseconds)
|
||||
HuePlusController::HuePlusController()
|
||||
{
|
||||
current_mode = HUE_PLUS_MODE_FIXED;
|
||||
current_speed = 0;
|
||||
current_speed = HUE_PLUS_SPEED_NORMAL;
|
||||
}
|
||||
|
||||
HuePlusController::~HuePlusController()
|
||||
|
||||
Reference in New Issue
Block a user