EXTRA_DISABLE_RESUME

val EXTRA_DISABLE_RESUME: String = "no.nordicsemi.android.dfu.extra.EXTRA_DISABLE_RESUME"

This options allows to disable the resume feature in Secure DFU. When the extra value is set to true, the DFU will send Init Packet and Data again, despite the firmware might have been send partially before. By default, without setting this extra, or by setting it to false, the DFU will resume the previously cancelled upload if CRC values match.

It is ignored when Legacy DFU is used.

This feature seems to help in some cases: #71.