OtafixAssetEntry

@Serializable
data class OtafixAssetEntry(val otafixBoardSlug: String, val sha256: String)(source)

Constructors

Link copied to clipboard
constructor(otafixBoardSlug: String, sha256: String)

Properties

Link copied to clipboard
@SerialName(value = "otafixBoardSlug")
val otafixBoardSlug: String

OTAFIX's own release-asset board slug (e.g. "wiscore_rak4631_board") — deliberately NOT named the same as DeviceHardware.platformioTarget (e.g. "rak4631"): the two vocabularies differ per board, and a shared name here would invite exactly the confusion this class's callers already have to spell out in prose.

Link copied to clipboard
@SerialName(value = "sha256")
val sha256: String