Update Lighting Node detection to detect multiple of the same device. Add reads to Lighting Node driver to fix compatibility with Corsair Lighting Protocol Arduino project
This commit is contained in:
parent
5db888fba0
commit
39d451793b
3 changed files with 30 additions and 18 deletions
|
|
@ -109,6 +109,7 @@ public:
|
|||
private:
|
||||
hid_device* dev;
|
||||
std::string firmware_version;
|
||||
clock_t last_commit_time;
|
||||
|
||||
void SendFirmwareRequest();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue