diff --git a/LoRaWAN/App/lora_app.c b/LoRaWAN/App/lora_app.c index 6d61729..d41391c 100644 --- a/LoRaWAN/App/lora_app.c +++ b/LoRaWAN/App/lora_app.c @@ -632,7 +632,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) { #ifdef STS_O7 case HALL1_Pin: - HAL_Delay(50); //de-bouncing + HAL_Delay(150); //de-bouncing sts_hall1_read = HALL1_STATE; APP_LOG(TS_OFF, VLEVEL_M, "\n\n Door Contact Read = %02X \r\n", HALL1_STATE); @@ -646,7 +646,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin) break; case HALL2_Pin: - HAL_Delay(50); //de-bouncing + HAL_Delay(150); //de-bouncing sts_hall2_read = HALL2_STATE; APP_LOG(TS_OFF, VLEVEL_M, "\n\n SOS Button Read = %02X \r\n", HALL2_STATE); diff --git a/STM32CubeIDE/Release/STS_O7.bin b/STM32CubeIDE/Release/STS_O7.bin index 0a7c906..331a813 100644 Binary files a/STM32CubeIDE/Release/STS_O7.bin and b/STM32CubeIDE/Release/STS_O7.bin differ