Skip to content

Commit

Permalink
Fix: McuMgr Parameters & Bootloader Info are Independent
Browse files Browse the repository at this point in the history
Either, Both or none could be present. If one fails, there's no relation to the other, as we were assuming previously.
  • Loading branch information
dinesharjani committed Oct 20, 2023
1 parent fd642aa commit ee48fd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Managers/DFU/FirmwareUpgradeManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,7 @@ public class FirmwareUpgradeManager : FirmwareUpgradeController, ConnectionObser
self.log(msg: "Cancelling 'Erase App Settings' since device capabilities are not supported.", atLevel: .info)
self.configuration.eraseAppSettings = false
}
self.log(msg: "Skipping over 'Bootloader Info' step since device capabilities (McuMgr Parameters) are not supported.", atLevel: .info)
self.validate() // Continue Upload
self.bootloaderInfo() // Continue to Bootloader Info.
return
}

Expand Down

0 comments on commit ee48fd9

Please sign in to comment.