testAndConfirm constant

FirmwareUpgradeMode const testAndConfirm

When this flag is set, the manager will first send test followed by reset commands, then it will reconnect to the new application and will send confirm command.

Use this mode when the new image supports SMP service and you want to test it before confirming.

Implementation

static const FirmwareUpgradeMode testAndConfirm =
    const FirmwareUpgradeMode._(2);