[Review] Review Update

This commit is contained in:
devdl11
2022-04-07 22:18:05 +02:00
parent 15801ae9e4
commit c65b1c6d3c
7 changed files with 10 additions and 11 deletions

View File

@@ -147,8 +147,7 @@ bool AppsContainer::dispatchEvent(Ion::Events::Event event) {
* pictogram. */
updateBatteryState();
if (switchTo(usbConnectedAppSnapshot())) {
Ion::USB::DFU(true
);
Ion::USB::DFU(true);
// Update LED when exiting DFU mode
Ion::LED::updateColorWithPlugAndCharge();
bool switched = switchTo(activeSnapshot);