FirmwareUpdateHandler

Common interface for all firmware update handlers (BLE DFU, ESP32 OTA, USB).

Inheritors

Functions

Link copied to clipboard
abstract suspend fun startUpdate(release: ERROR CLASS: Symbol not found for FirmwareRelease, hardware: ERROR CLASS: Symbol not found for DeviceHardware, target: String, updateState: (FirmwareUpdateState) -> Unit, firmwareUri: ERROR CLASS: Symbol not found for CommonUri?? = null): String?

Start the firmware update process.