EspOtaTransport
class EspOtaTransport(peripheral: Peripheral, config: DfuTransportConfig.EspOta, commandTimeout: Duration) : DfuTransport
Espressif ESP-IDF OTA transport.
Commands are sent to the OTA control characteristic (write with response), firmware data is written to the OTA data characteristic (write without response for throughput). Notifications on the control characteristic deliver command responses.