instable PA0 pull high issue for rss-mode

This commit is contained in:
Yunhorn 2025-06-16 18:40:01 +08:00
parent f7bc31a5ad
commit f6fc5b8978
2 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
// if (EventType == TX_ON_EVENT)
{
STS_YunhornSTSEventP1_Process();
if (sts_work_mode != STS_REEDSWITCH_MODE) // to elimiate PA0 pull high instable issue 2025-0616
if (sts_work_mode != STS_RSS_MODE) // to elimiate PA0 pull high instable issue 2025-0616
{
UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0);
}

Binary file not shown.