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
|
|
@ -26,9 +26,7 @@ struct SerialConfig: View {
|
|||
@State var mode = 0
|
||||
|
||||
var body: some View {
|
||||
|
||||
VStack {
|
||||
|
||||
Form {
|
||||
if node != nil && node?.metadata == nil && node?.num ?? 0 != bleManager.connectedPeripheral?.num ?? 0 {
|
||||
Text("There has been no response to a request for device metadata over the admin channel for this node.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue