From 4db95d2c1d63407877d422da081f978013a1998b Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Fri, 17 May 2024 13:22:33 +0800 Subject: [PATCH] bad unconcious defined --- Core/Src/yunhorn_sts_presence_rss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/Src/yunhorn_sts_presence_rss.c b/Core/Src/yunhorn_sts_presence_rss.c index 25748bd..0768b08 100644 --- a/Core/Src/yunhorn_sts_presence_rss.c +++ b/Core/Src/yunhorn_sts_presence_rss.c @@ -615,10 +615,11 @@ void STS_YunhornCheckStandardDeviation(void) (int)(sts_fall_detection_depth_threshold), (int)(sts_fall_rising_pattern_factor2)); #endif +#if 0 //TODO YUNHORN XXX if (standard_variance_presence_score <= DEFAULT_UNCONCIOUS_THRESHOLD) { sts_fall_rising_detected_result = STS_PRESENCE_UNCONCIOUS; } - +#endif if ( sts_fall_rising_pattern_factor1 > (uint16_t)sts_fall_detection_acc_threshold) {