mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
commit
6f3ee42e1e
1 changed files with 4 additions and 3 deletions
|
|
@ -1029,9 +1029,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
sendWantConfig()
|
||||
|
||||
}
|
||||
if decodedInfo.configCompleteID != 0 && decodedInfo.configCompleteID == 69421 {
|
||||
Logger.mesh.info("🤜 [BLE] Want Config DB Complete. ID:\(decodedInfo.configCompleteID, privacy: .public)")
|
||||
}
|
||||
|
||||
|
||||
// MARK: Share Location Position Update Timer
|
||||
// Use context to pass the radio name with the timer
|
||||
|
|
@ -1045,6 +1043,9 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
|
|||
}
|
||||
return
|
||||
}
|
||||
if decodedInfo.configCompleteID != 0 && decodedInfo.configCompleteID == 69421 {
|
||||
Logger.mesh.info("🤜 [BLE] Want Config DB Complete. ID:\(decodedInfo.configCompleteID, privacy: .public)")
|
||||
}
|
||||
|
||||
case FROMNUM_UUID:
|
||||
Logger.services.info("🗞️ [BLE] (Notify) characteristic value will be read next")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue