Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-firmware
/
org.meshtastic.feature.firmware.ota
/
OtaProtocolException
/
HashRejected
Hash
Rejected
class
HashRejected
(
val
providedHash
:
String
)
:
OtaProtocolException
(
source
)
The device rejected the firmware hash (e.g. NVS partition mismatch).
Members
Constructors
Hash
Rejected
Link copied to clipboard
constructor
(
providedHash
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
provided
Hash
Link copied to clipboard
val
providedHash
:
String