mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-19 20:17:50 -04:00
Update Elgato Light Strip controller files to new standardized header comment
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
/*--------------------------------------------------------*\
|
||||
| Driver for Elgato Light Strip |
|
||||
| |
|
||||
| Monks (imtherealestmonkey@gmail.com), 11/03/2021 |
|
||||
| Edit by DomePlaysHD 14/03/2024 |
|
||||
\*--------------------------------------------------------*/
|
||||
/*---------------------------------------------------------*\
|
||||
| ElgatoLightStripController.cpp |
|
||||
| |
|
||||
| Driver for Elgato Light Strip |
|
||||
| |
|
||||
| Monks (@iamtherealestmonkey) 03 Nov 2021 |
|
||||
| DomePlaysHD 14 Mar 2024 |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-only |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#include "ElgatoLightStripController.h"
|
||||
#include "json.hpp"
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
#include <vector>
|
||||
#include "ElgatoLightStripController.h"
|
||||
#include "json.hpp"
|
||||
#include "LogManager.h"
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
Reference in New Issue
Block a user