mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add Client Base role strings (#4227)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
c8d2375aca
commit
1f07486745
2 changed files with 5 additions and 2 deletions
|
|
@ -77,6 +77,8 @@
|
|||
<string name="role_client_desc">App connected or standalone messaging device.</string>
|
||||
<string name="role_client_mute">Client Mute</string>
|
||||
<string name="role_client_mute_desc">Device that does not forward packets from other devices.</string>
|
||||
<string name="role_client_base">Client Base</string>
|
||||
<string name="role_client_base_desc">Treats packets from or to favorited nodes as ROUTER_LATE, and all other packets as CLIENT.</string>
|
||||
<string name="role_router">Router</string>
|
||||
<string name="role_router_desc">Infrastructure node for extending network coverage by relaying messages. Visible in nodes list.</string>
|
||||
<string name="role_router_client">Router Client</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue