Skip to content

Commit c66f962

Browse files
committed
Open device before updating settings, which will call setColors, writing to the device (#331)
1 parent 92e2c5a commit c66f962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Software/src/LedDeviceManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ void LedDeviceManager::initLedDevice()
453453

454454
connectSignalSlotsLedDevice();
455455
}
456-
emit ledDeviceUpdateDeviceSettings();
457456
emit ledDeviceOpen();
457+
emit ledDeviceUpdateDeviceSettings();
458458
}
459459

460460
AbstractLedDevice * LedDeviceManager::createLedDevice(SupportedDevices::DeviceType deviceType)

0 commit comments

Comments
 (0)