NordicSemiconductor / Android-nRF-Connect-Device-Manager

A mobile management library for devices running Apache Mynewt and Zephyr (DFU, logs, stats, config, etc.)
Apache License 2.0
81 stars 40 forks source link

Allowing reuploading images #154

Closed philips77 closed 4 months ago

philips77 commented 4 months ago

This PR adds an option to re-upload the same image again onto the device to the available slot. When during a validation phase the hash of the selected image is already found on the device a popup will show up asking should it be sent again, or not. Before the change the upload was stopped with a message, that the image is already on the device.

For now, this only only apples to the Advanced pane of Image tab.