Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-model
/
org.meshtastic.core.model
/
FirmwareTarget
Firmware
Target
@
Serializable
data
class
FirmwareTarget
(
val
board
:
String
=
""
,
val
platform
:
String
=
""
)
(
source
)
One firmware target declared by a
FirmwareReleaseManifest
.
Members
Constructors
Firmware
Target
Link copied to clipboard
constructor
(
board
:
String
=
""
,
platform
:
String
=
""
)
Properties
board
Link copied to clipboard
val
board
:
String
platform
Link copied to clipboard
val
platform
:
String