OtaCommand

sealed class OtaCommand(source)

Commands supported by the ESP32 Unified OTA protocol. All commands are text-based and terminated with '\n'.

Inheritors

Types

Link copied to clipboard
data class StartOta(val sizeBytes: Long, val sha256Hash: String) : OtaCommand

Start OTA update with firmware size and SHA-256 hash