Settings rework - new async location handler

This commit is contained in:
Garth Vander Houwen 2023-12-06 12:32:17 -08:00
parent fb66e3b250
commit 126cdfbdb3
20 changed files with 1193 additions and 545 deletions

View file

@ -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.")