Update protos

This commit is contained in:
Garth Vander Houwen 2025-09-24 22:19:06 -07:00
parent 51531e8cfb
commit 2ed98c7e4d
2 changed files with 4 additions and 2 deletions

View file

@ -6919,7 +6919,7 @@
}
},
"Channel Details" : {
"localizations" : {
"localizations" : {
"it" : {
"stringUnit" : {
"state" : "translated",
@ -18303,6 +18303,7 @@
}
},
"Infrastructure node on a tower or mountain top only. Not to be used for roofs or mobile nodes. Relays messages with minimal overhead. Not visible in Nodes list." : {
"extractionState" : "stale",
"localizations" : {
"de" : {
"stringUnit" : {
@ -18367,6 +18368,7 @@
}
},
"Infrastructure node that always rebroadcasts packets once but only after all other modes, ensuring additional coverage for local clusters. Visible in Nodes list." : {
"extractionState" : "stale",
"localizations" : {
"de" : {
"stringUnit" : {

View file

@ -44,7 +44,7 @@ struct DeviceConfig: View {
}
}
.onChange(of: deviceRole) { _, newRole in
if hasChanges && [DeviceRoles.router.rawValue, DeviceRoles.routerLate.rawValue, DeviceRoles.repeater.rawValue].contains(newRole) {
if hasChanges && [DeviceRoles.router.rawValue, DeviceRoles.routerLate.rawValue].contains(newRole) {
showRouterWarning = true
}
}