mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Settings rework - new async location handler
This commit is contained in:
parent
fb66e3b250
commit
126cdfbdb3
20 changed files with 1193 additions and 545 deletions
|
|
@ -23,7 +23,6 @@ struct TelemetryConfig: View {
|
|||
@State var environmentDisplayFahrenheit = false
|
||||
|
||||
var body: some View {
|
||||
|
||||
VStack {
|
||||
Form {
|
||||
if node != nil && node?.metadata == nil && node?.num ?? 0 != bleManager.connectedPeripheral?.num ?? 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue