Commit aec670bca1db1bf3978d379a4dcddd9b14de12b9

Authored by jason
1 parent 63416679

feat:blood oxygen auto detect

HDFwear/20240110ReadMe.md
... ... @@ -50,3 +50,8 @@ BluetoothManager+Function
50 50 func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
51 51 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46]
52 52 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 36, 0, 60, 81]
  53 +
  54 +设置血氧自动检测
  55 + func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
  56 + 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142]
  57 + 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 37, 0, 15, 96]
... ...
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   -16. 设置血氧自动检测
48   - func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
49   - 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142]
50   - 接收: [237, 126, 0, 1, 128, 1, 0, 35, 0, 5, 0, 1, 0, 37, 0, 251, 174]
51   -
52 47 17. 设置用户信息
53 48 func newSetUserInfo(_ user: UserInfoModel, completion: ((_ error: Int?) -> ())? = nil)
54 49 发送: [237, 126, 0, 1, 0, 38, 0, 1, 0, 5, 0, 65, 0, 175, 1, 41, 211]
... ...