EspOta

data class EspOta(val serviceUuid: Uuid? = null, val controlUuid: Uuid? = null, val dataUuid: Uuid? = null) : DfuTransportConfig

Espressif ESP-IDF OTA transport.

ESP OTA service UUIDs vary between vendor implementations. Supply custom UUIDs to override the defaults, or leave null to use the standard UUIDs.

Constructors

Link copied to clipboard
constructor(serviceUuid: Uuid? = null, controlUuid: Uuid? = null, dataUuid: Uuid? = null)

Properties

Link copied to clipboard

custom OTA control characteristic UUID, or null for default

Link copied to clipboard

custom OTA data characteristic UUID, or null for default

Link copied to clipboard

custom OTA service UUID, or null for default