From 6341667905f537cdcfff87168c63b1b290f46867 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 2 Jan 2024 15:42:51 +0800 Subject: [PATCH] feat:pressure auto detect --- HDFwear/20240110ReadMe.md | 5 +++++ HDFwear/ReadMe.txt | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HDFwear/20240110ReadMe.md b/HDFwear/20240110ReadMe.md index 8709ece..58ecdfe 100644 --- a/HDFwear/20240110ReadMe.md +++ b/HDFwear/20240110ReadMe.md @@ -45,3 +45,8 @@ BluetoothManager+Function func newSetExerciseHeartRateRemind(bool:Bool, minHr: UInt8, maxHr: UInt8, completion: ((_ error: Int?) -> ())? = nil) 发送: [237, 126, 0, 1, 0, 25, 0, 1, 0, 3, 1, 110, 150, 52, 68] 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 25, 0, 79, 152] + +设置压力自动检测 + func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil) + 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46] + 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 36, 0, 60, 81] diff --git a/HDFwear/ReadMe.txt b/HDFwear/ReadMe.txt index 93f0706..326be60 100644 --- a/HDFwear/ReadMe.txt +++ b/HDFwear/ReadMe.txt @@ -44,11 +44,6 @@ BluetoothManager+Function 发送: [237, 126, 0, 1, 0, 32, 0, 1, 0, 1, 1, 141, 143] 接收: [237, 126, 0, 1, 128, 1, 0, 38, 0, 5, 0, 1, 0, 32, 0, 76, 229] -15. 设置压力自动检测 - func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil) - 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46] - 接收: [237, 126, 0, 1, 128, 1, 0, 34, 0, 5, 0, 1, 0, 36, 0, 143, 76] - 16. 设置血氧自动检测 func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil) 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142] -- libgit2 0.21.4