mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-08 06:34:14 -04:00
Fix unused argument warning in GoveeController
This commit is contained in:
@@ -162,7 +162,7 @@ void GoveeController::ReceiveBroadcast(char* recv_buf, int size)
|
||||
}
|
||||
}
|
||||
|
||||
void GoveeController::SetColor(unsigned char red, unsigned char green, unsigned char blue, unsigned char brightness)
|
||||
void GoveeController::SetColor(unsigned char red, unsigned char green, unsigned char blue)
|
||||
{
|
||||
json command;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user