RM2_1 #2

Merged
sundp merged 208 commits from RM2_1 into master 2024-09-13 09:16:14 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 3f9bdbe981 - Show all commits

View File

@ -725,7 +725,8 @@ void STS_YunhornCheckStandardDeviation(void)
// *********** detection situation suggestion // *********** detection situation suggestion
if (standard_variance_presence_score <= MIN(DEFAULT_UNCONSCIOUS_THRESHOLD, sts_unconscious_threshold)) { if (standard_variance_presence_score <= MIN(DEFAULT_UNCONSCIOUS_THRESHOLD, sts_unconscious_threshold)) {
sts_fall_rising_detected_result = STS_PRESENCE_STAYSTILL; //sts_fall_rising_detected_result = STS_PRESENCE_STAYSTILL;
sts_fall_rising_detected_result = STS_PRESENCE_NO_MOVEMENT;
} }
if ( sts_fall_rising_pattern_factor1 > (uint16_t)sts_fall_detection_acc_threshold) if ( sts_fall_rising_pattern_factor1 > (uint16_t)sts_fall_detection_acc_threshold)