diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c
index 0e76cc3..38c9ebc 100644
--- a/LoRaWAN/App/lora_app.c
+++ b/LoRaWAN/App/lora_app.c
@@ -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;
diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.bin b/STM32CubeIDE/Release/WLE5CC_NODE_STS.bin
index a106592..71469fd 100644
Binary files a/STM32CubeIDE/Release/WLE5CC_NODE_STS.bin and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.bin differ
diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf
index 1966f3a..798730f 100644
Binary files a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf differ