mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-13 16:04:29 +09:00
Change companyID value in BLEManager
This commit is contained in:
@@ -14,7 +14,7 @@ class BLEManager: NSObject, ObservableObject {
|
||||
private var seenNonces: Set<String> = []
|
||||
|
||||
// Configuration
|
||||
private let companyID: UInt16 = 0xCDAB
|
||||
private let companyID: UInt16 = 0xABCD
|
||||
|
||||
override init() {
|
||||
super.init()
|
||||
|
||||
Reference in New Issue
Block a user