mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: settings rework (#4678)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
b2b21e10e2
commit
fdd07f893f
27 changed files with 941 additions and 306 deletions
|
|
@ -91,6 +91,12 @@ object SettingsRoutes {
|
|||
|
||||
@Serializable data class Settings(val destNum: Int? = null) : Route
|
||||
|
||||
@Serializable data object DeviceConfiguration : Route
|
||||
|
||||
@Serializable data object ModuleConfiguration : Route
|
||||
|
||||
@Serializable data object Administration : Route
|
||||
|
||||
// region radio Config Routes
|
||||
|
||||
@Serializable data object User : Route
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue