FirmwareTooOld

class FirmwareTooOld(val required: Int, val present: Int) : MeshtasticException(source)

Device reports a firmware version incompatible with this SDK.

Constructors

Link copied to clipboard
constructor(required: Int, present: Int)

Properties

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

A short operation tag (e.g. "connect", "engine.disconnect").

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The TransportIdentity that produced this failure, if known.

Functions

Link copied to clipboard
fun <T : MeshtasticException> T.withContext(transportIdentity: TransportIdentity? = null, operation: String? = null): T

Attach diagnostic context. Returns this for fluent use.