Change companyID to 0xCDAB

This commit is contained in:
2025-12-02 17:33:28 +09:00
committed by GitHub
parent a4ebfb540d
commit 0d628e6605

View File

@@ -14,7 +14,7 @@ class BLEManager: NSObject, ObservableObject {
private var seenNonces: Set<String> = []
// Configuration
private let companyID: UInt16 = 0xFFFF
private let companyID: UInt16 = 0xCDAB
override init() {
super.init()