L8 #77
|
@ -646,9 +646,9 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
|
|||
fhmos_occupancy = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
last_sts_hall1_read = sts_hall1_read;
|
||||
UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0);
|
||||
last_sts_hall1_read = sts_hall1_read;
|
||||
|
||||
} //else {
|
||||
//APP_LOG(TS_OFF, VLEVEL_M, "\r\n --- ---- ----- -------- hall 1, door close again \r\n");
|
||||
//}
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -681,6 +681,7 @@ static void print_result(RANGING_SENSOR_Result_t *Result)
|
|||
if ((head_distance_from_ceiling <= factor1_floor_level_from_ceiling) && ((head_height_level_from_floor) <= (10*fhmos_cfg.th_head_level_height_cm)) && (head_height_level_from_floor >= (10*fhmos_cfg.th_fall_body_min_height_cm )))
|
||||
{
|
||||
to_confirm ++;
|
||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n To_Confirm=%d \r\n", to_confirm);
|
||||
if (to_confirm >=3 )
|
||||
{
|
||||
sts_head_level_low = 1;
|
||||
|
|
Loading…
Reference in New Issue