Skip to content
Snippets Groups Projects
Commit e2f5d25b authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Fix missing loadConfiguration, this totally broke the OPC mapping

parent 1ccefd2e
No related branches found
No related tags found
No related merge requests found
...@@ -186,6 +186,7 @@ void FCServer::usbDeviceArrived(libusb_device *device) ...@@ -186,6 +186,7 @@ void FCServer::usbDeviceArrived(libusb_device *device)
if (dev->matchConfiguration(mDevices[i])) { if (dev->matchConfiguration(mDevices[i])) {
// Found a matching configuration for this device. We're keeping it! // Found a matching configuration for this device. We're keeping it!
dev->loadConfiguration(mDevices[i]);
dev->writeColorCorrection(mColor); dev->writeColorCorrection(mColor);
mUSBDevices.push_back(dev); mUSBDevices.push_back(dev);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment