HashRejected

class HashRejected(val providedHash: String) : OtaProtocolException(source)

The device rejected the firmware hash (e.g. NVS partition mismatch).

Constructors

Link copied to clipboard
constructor(providedHash: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard