File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -1731,10 +1731,6 @@ public class MetadataManager {
17311731 let sensor = BluetoothSensor ( sensorInterface: interface,
17321732 sensorTimer: sensorController. unifiedSensorTimer)
17331733 sensorController. addOrUpdateBluetoothSensor ( sensor)
1734- // } else if let interface = Nano33IoTServiceInterface.sensor(for: spec) {
1735- // let sensor = BluetoothSensor(sensorInterface: interface,
1736- // sensorTimer: sensorController.unifiedSensorTimer)
1737- // sensorController.addOrUpdateBluetoothSensor(sensor)
17381734 } else {
17391735 // We could not restore existing sensor. Delete it from disk.
17401736 deleteBluetoothSensor ( withID: spec. gadgetInfo. address,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ open class SensorController {
6565
6666 /// Supported BLE Services.
6767 var bleServices : [ BLEServiceInterface ] {
68- return [ MKRWiFi1010ServiceInterface ( ) , Nano33BLESenseServiceInterface ( ) ] //Nano33IoTServiceInterface()
68+ return [ MKRWiFi1010ServiceInterface ( ) , Nano33BLESenseServiceInterface ( ) ]
6969 }
7070
7171 /// Known bluetooth sensors keyed by service ID.
You can’t perform that action at this time.
0 commit comments