mirror of
https://github.com/morgan9e/SensorReader
synced 2026-04-14 00:14:33 +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> = []
|
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()
|
||||||
|
|||||||
Reference in New Issue
Block a user