mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Compass view (#1521)
* Added compass view * Added Compass View * Node colors in compass * Update Muzi R1 Neo to actively supported * Update PositionPopover.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update CompassView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update CompassView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Meshtastic/Views/Helpers/CompassView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update Meshtastic/Views/Helpers/CompassView.swift Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Co-authored-by: Jonathan Bennett <jbennett@incomsystems.biz> Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
865e5e950b
commit
8346fb8073
7 changed files with 398 additions and 6 deletions
|
|
@ -5135,6 +5135,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Bearing: %@" : {
|
||||
|
||||
},
|
||||
"Bearing: N/A" : {
|
||||
|
||||
},
|
||||
"Biking" : {
|
||||
"localizations" : {
|
||||
|
|
@ -8085,6 +8091,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Compass" : {
|
||||
|
||||
},
|
||||
"Config" : {
|
||||
"localizations" : {
|
||||
|
|
@ -11995,6 +12004,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Distance: %@" : {
|
||||
|
||||
},
|
||||
"Documentation" : {
|
||||
"localizations" : {
|
||||
|
|
@ -24767,6 +24779,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Open Compass" : {
|
||||
|
||||
},
|
||||
"Open Settings" : {
|
||||
"localizations" : {
|
||||
|
|
@ -42306,4 +42321,4 @@
|
|||
}
|
||||
},
|
||||
"version" : "1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue