Update Philips Hue controller files to new standardized header comment

This commit is contained in:
Adam Honse
2024-06-03 11:43:51 -05:00
parent 59d1c07075
commit 2fd4cfb2a8
9 changed files with 90 additions and 50 deletions

View File

@@ -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
{