fix typo in hop limit option description (#1631)

O hop -> 0 hop
Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
This commit is contained in:
axunes 2026-04-02 11:05:23 -04:00 committed by GitHub
parent 433955fe44
commit d9816232cf
2 changed files with 2 additions and 2 deletions

View file

@ -49247,7 +49247,7 @@
}
}
},
"Sets the maximum number of hops, default is 3. Increasing hops also increases congestion and should be used carefully. O hop broadcast messages will not get ACKs." : {
"Sets the maximum number of hops, default is 3. Increasing hops also increases congestion and should be used carefully. 0 hop broadcast messages will not get ACKs." : {
"localizations" : {
"da" : {
"stringUnit" : {

View file

@ -142,7 +142,7 @@ struct LoRaConfig: View {
.tag($0)
}
}
Text("Sets the maximum number of hops, default is 3. Increasing hops also increases congestion and should be used carefully. O hop broadcast messages will not get ACKs.")
Text("Sets the maximum number of hops, default is 3. Increasing hops also increases congestion and should be used carefully. 0 hop broadcast messages will not get ACKs.")
.foregroundColor(.gray)
.font(.callout)
}