confirmOnly constant

FirmwareUpgradeMode const confirmOnly

When this flag is set, the manager will send confirm and reset commands immediately after upload.

Use this mode if when the new image does not support both auto-confirm feature and SMP service and could not be confirmed otherwise.

Implementation

static const FirmwareUpgradeMode confirmOnly = const FirmwareUpgradeMode._(1);