Commit 6341667905f537cdcfff87168c63b1b290f46867

Authored by jason
1 parent dbce22d2

feat:pressure auto detect

HDFwear/20240110ReadMe.md
... ... @@ -45,3 +45,8 @@ BluetoothManager+Function
45 45 func newSetExerciseHeartRateRemind(bool:Bool, minHr: UInt8, maxHr: UInt8, completion: ((_ error: Int?) -> ())? = nil)
46 46 发送: [237, 126, 0, 1, 0, 25, 0, 1, 0, 3, 1, 110, 150, 52, 68]
47 47 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 25, 0, 79, 152]
  48 +
  49 +设置压力自动检测
  50 + func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
  51 + 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46]
  52 + 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 36, 0, 60, 81]
... ...
HDFwear/ReadMe.txt
... ... @@ -44,11 +44,6 @@ BluetoothManager+Function
44 44 发送: [237, 126, 0, 1, 0, 32, 0, 1, 0, 1, 1, 141, 143]
45 45 接收: [237, 126, 0, 1, 128, 1, 0, 38, 0, 5, 0, 1, 0, 32, 0, 76, 229]
46 46  
47   -15. 设置压力自动检测
48   - func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
49   - 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46]
50   - 接收: [237, 126, 0, 1, 128, 1, 0, 34, 0, 5, 0, 1, 0, 36, 0, 143, 76]
51   -
52 47 16. 设置血氧自动检测
53 48 func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
54 49 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142]
... ...