---minor update

This commit is contained in:
Yunhorn 2024-07-15 16:38:00 +08:00
parent 3f9bdbe981
commit 9c3d692e47
1 changed files with 2 additions and 2 deletions

View File

@ -1197,9 +1197,9 @@ static void OnYunhornSTSDurationCheckTimerEvent(void *context)
*/
switch (sts_fall_rising_detected_result){
case STS_PRESENCE_NORMAL:
sts_o7_sensorData.fall_state = 0;
sts_o7_sensorData.fall_state = STS_PRESENCE_NORMAL;
sts_o7_sensorData.fall_laydown_duration=0;
sts_o7_sensorData.unconscious_state =0;
sts_o7_sensorData.unconscious_state =STS_PRESENCE_NORMAL;
sts_o7_sensorData.unconscious_duration =0;
sts_o7_sensorData.no_movement_duration =0;
break;