Meshtastic App
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Meshtastic App
Meshtastic App
/
com.geeksville.mesh.database.entity
/
FirmwareRelease
/
FirmwareRelease
Firmware
Release
constructor
(
id
:
String
=
""
,
pageUrl
:
String
=
""
,
releaseNotes
:
String
=
""
,
title
:
String
=
""
,
zipUrl
:
String
=
""
,
lastUpdated
:
Long
=
System.currentTimeMillis()
,
releaseType
:
FirmwareReleaseType
=
FirmwareReleaseType.STABLE
)