Merge pull request #1258 from RCGV1/want-config-69420

fixed some logic
This commit is contained in:
Benjamin Faershtein 2025-06-14 09:00:37 -07:00 committed by GitHub
commit 6f3ee42e1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")