Increase Corsair Lighting Node read timeout to 15ms to fix issues with some CorsairLightingProtocol setups

This commit is contained in:
Adam Honse 2024-05-29 19:24:10 -05:00
parent 8d14059d2e
commit 841b85a589
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
#define CORSAIR_LIGHTING_NODE_WRITE_PACKET_SIZE 65 /* First byte is the report number */
#define CORSAIR_LIGHTING_NODE_READ_PACKET_SIZE 17 /* First byte is the report number */
#define CORSAIR_LIGHTING_NODE_READ_TIMEOUT 15 /* Timeout in milliseconds */
enum
{
CORSAIR_LIGHTING_NODE_PACKET_ID_FIRMWARE = 0x02, /* Get firmware version */