mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Update Meshtastic/Enums/DeviceEnums.swift
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
97eb6b53e5
commit
fe17333ac8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ enum DeviceRoles: Int, CaseIterable, Identifiable {
|
|||
case .lostAndFound:
|
||||
return "Broadcasts location as message to default channel regularly for to assist with device recovery.".localized
|
||||
case .routerLate:
|
||||
return "Infrastructure node that always rebroadcasts packets once but only after all other modes. Visible in Nodes list. Not a good cheoice for rooftop nodes.".localized
|
||||
return "Infrastructure node that always rebroadcasts packets once but only after all other modes. Visible in Nodes list. Not a good choice for rooftop nodes.".localized
|
||||
case .clientBase:
|
||||
return "Used for rooftop nodes to distribute messages more widely from multiple nearby client mute nodes.".localized
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue