Removed TODO in pacdrive
This commit is contained in:
@@ -14,9 +14,6 @@ LightsDriver_PacDrive::LightsDriver_PacDrive() : dev{PACDRIVE_VID, make_pids(PAC
|
|||||||
prev_led_state.raw = 0;
|
prev_led_state.raw = 0;
|
||||||
memset(state.raw_state, 0x00, sizeof(state.raw_state));
|
memset(state.raw_state, 0x00, sizeof(state.raw_state));
|
||||||
|
|
||||||
// TODO: Check for all 8 of the PacDrive PIDs instead of just the first one.
|
|
||||||
// Uncertain how many are not just the stock value.
|
|
||||||
|
|
||||||
RString lightOrder = g_sPacDriveLightOrdering.Get();
|
RString lightOrder = g_sPacDriveLightOrdering.Get();
|
||||||
if (lightOrder.CompareNoCase("lumenar") == 0 || lightOrder.CompareNoCase("openitg") == 0)
|
if (lightOrder.CompareNoCase("lumenar") == 0 || lightOrder.CompareNoCase("openitg") == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user