mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-04 14:14:17 -04:00
Update Philips Hue controller files to new standardized header comment
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| Driver for Philips Hue |
|
||||
| PhilipsHueController.cpp |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com), 9/15/2020 |
|
||||
| Driver for Philips Hue |
|
||||
| |
|
||||
| Adam Honse (calcprogrammer1@gmail.com) 15 Sep 2020 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "PhilipsHueController.h"
|
||||
@@ -64,7 +69,7 @@ void PhilipsHueController::SetColor(unsigned char red, unsigned char green, unsi
|
||||
}
|
||||
}
|
||||
|
||||
dark = true;
|
||||
dark = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user