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 2 deletions
Showing only changes of commit 9c3d692e47 - Show all commits
LoRaWAN/App

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;