Add autonomous mode as a selectable mode

This commit is contained in:
Adam Honse
2026-02-02 20:03:43 -06:00
parent 7c21363830
commit 24c39e4dc8
3 changed files with 16 additions and 4 deletions

View File

@@ -160,8 +160,6 @@ HIDLampArrayController::HIDLampArrayController(hid_device *dev_handle, const cha
{
GetLampAttributesResponseReport();
}
SetLampArrayControlReport(false);
}
HIDLampArrayController::~HIDLampArrayController()