RM2_1 #2

Merged
sundp merged 208 commits from RM2_1 into master 2024-09-13 09:16:14 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d0ae66dbcd - Show all commits

View File

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

Binary file not shown.