mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add firmware update module for Nordic nRF devices (#3782)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
3e4e9d5f29
commit
4b93065c7e
18 changed files with 1461 additions and 4 deletions
|
|
@ -150,3 +150,9 @@ object SettingsRoutes {
|
|||
|
||||
// endregion
|
||||
}
|
||||
|
||||
object FirmwareRoutes {
|
||||
@Serializable data object FirmwareGraph : Graph
|
||||
|
||||
@Serializable data object FirmwareUpdate : Route
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue