mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add ROUTER_LATE role description
This commit is contained in:
parent
cf95dd0711
commit
5dcfe0e68a
2 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ private val DeviceConfig.Role.stringRes: Int
|
|||
DeviceConfig.Role.CLIENT_HIDDEN -> R.string.role_client_hidden
|
||||
DeviceConfig.Role.LOST_AND_FOUND -> R.string.role_lost_and_found
|
||||
DeviceConfig.Role.TAK_TRACKER -> R.string.role_tak_tracker
|
||||
DeviceConfig.Role.ROUTER_LATE -> R.string.role_router_late
|
||||
else -> R.string.unrecognized
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue