NordicSemiconductor / IOS-nRF-Connect-Device-Manager

A mobile management library for devices supporting nRF Connect Device Manager.
https://www.nordicsemi.com/Software-and-tools/Software/nRF-Connect-SDK
Apache License 2.0
90 stars 41 forks source link

Fix: Erase App Settings does not Fail Fast Enough #92

Closed dinesharjani closed 1 year ago

dinesharjani commented 1 year ago

Some firmware does not even reply back to the 'Erase App Settings' command, which was not being taken into account. So now we do, and if we get that specific error, we stop attempting to Erase App Settings directly and try to complete the DFU process as quickly as possible.