Question everything

This commit is contained in:
Garth Vander Houwen 2023-09-02 17:37:35 -07:00
parent c25a60942d
commit b6cfd07000
35 changed files with 47 additions and 47 deletions

View file

@ -168,7 +168,7 @@ struct DetectionSensorConfig: View {
.navigationTitle("detection.sensor.config")
.navigationBarItems(trailing:
ZStack {
ConnectedDevice(bluetoothOn: bleManager.isSwitchedOn, deviceConnected: bleManager.connectedPeripheral != nil, name: (bleManager.connectedPeripheral != nil) ? bleManager.connectedPeripheral.shortName : "????")
ConnectedDevice(bluetoothOn: bleManager.isSwitchedOn, deviceConnected: bleManager.connectedPeripheral != nil, name: (bleManager.connectedPeripheral != nil) ? bleManager.connectedPeripheral.shortName : "?")
})
.onAppear {
self.bleManager.context = context