Removed objective c exposition

This commit is contained in:
Ben Meadors 2022-08-30 07:57:15 -05:00
parent 3c1a99caf4
commit 170ea193ea

View file

@ -409,7 +409,7 @@ class BLEManager: NSObject, ObservableObject, CBCentralManagerDelegate, CBPeriph
}
}
@objc func sendWantConfig() {
func sendWantConfig() {
guard (connectedPeripheral!.peripheral.state == CBPeripheralState.connected) else { return }
MeshLogger.log(" Issuing wantConfig to \(connectedPeripheral!.peripheral.name ?? "Unknown")")