NordicSemiconductor / Flutter-nRF-Connect-Device-Manager

A Flutter plugin for McuMgr libraries for Android and iOS.
BSD 3-Clause "New" or "Revised" License
36 stars 17 forks source link

Feature/config for single image update #61

Closed nilshohmann closed 9 months ago

nilshohmann commented 9 months ago

Currently only the multi image firmware upgrade method allows to pass a configuration with it. The single image update only accepts the image data. This leads to different default settings on the platforms (e.g. erase app settings in false on android but true on iOS). This PR also adds an optional configuration parameter to the single image update method.

philips77 commented 9 months ago

You may stil use the multi-image API to send just one file, can you? Not very intuitive.

NickKibish commented 9 months ago

Great! Thank you for your help!