EspOta

class EspOta(val firmware: ByteArray) : FirmwarePackage

Espressif ESP-IDF OTA firmware image.

Constructors

Link copied to clipboard
constructor(firmware: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

raw ESP-IDF application binary

Link copied to clipboard
open override val totalBytes: Long

combined firmware payload size in bytes

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int