Success

data class Success(val wasLowSpeedTransfer: Boolean = false) : FirmwareUpdateState(source)

The firmware update completed and the device reconnected successfully.

Constructors

Link copied to clipboard
constructor(wasLowSpeedTransfer: Boolean = false)

Properties

Link copied to clipboard

True if the upload ran at the MTU-capped low speed (stock bootloader), so the Success screen can offer a one-time OTAFIX upgrade tip for faster future updates.