fix door lamp issue
This commit is contained in:
parent
660dc21876
commit
f701c5bf46
|
@ -718,7 +718,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
|
|||
fhmos_occupancy = 1;
|
||||
}
|
||||
#endif
|
||||
if (sts_hall1_read != last_sts_hall1_read)
|
||||
//if (sts_hall1_read != last_sts_hall1_read)
|
||||
{
|
||||
UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0);
|
||||
last_sts_hall1_read = sts_hall1_read;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue