Skip to content

Commit

Permalink
Open device before updating settings, which will call setColors, writ…
Browse files Browse the repository at this point in the history
…ing to the device (#331)
  • Loading branch information
psieg committed Sep 4, 2021
1 parent 92e2c5a commit c66f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/src/LedDeviceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,8 @@ void LedDeviceManager::initLedDevice()

connectSignalSlotsLedDevice();
}
emit ledDeviceUpdateDeviceSettings();
emit ledDeviceOpen();
emit ledDeviceUpdateDeviceSettings();
}

AbstractLedDevice * LedDeviceManager::createLedDevice(SupportedDevices::DeviceType deviceType)
Expand Down

0 comments on commit c66f962

Please sign in to comment.