mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Removed objective c exposition
This commit is contained in:
parent
3c1a99caf4
commit
170ea193ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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")")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue