fix door lamp issue

This commit is contained in:
Yunhorn 2025-05-22 13:35:45 +08:00
parent 660dc21876
commit f701c5bf46
3 changed files with 1 additions and 1 deletions

View File

@ -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;