Change companyID value in BLEManager

This commit is contained in:
2025-12-02 18:09:26 +09:00
committed by GitHub
parent 89f0bf602b
commit 6882c2483f

View File

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