instable PA0 pull high issue for rss-mode
This commit is contained in:
parent
f7bc31a5ad
commit
f6fc5b8978
|
@ -791,7 +791,7 @@ void HAL_GPIO_EXTI_Callback(uint16_t GPIO_Pin)
|
||||||
// if (EventType == TX_ON_EVENT)
|
// if (EventType == TX_ON_EVENT)
|
||||||
{
|
{
|
||||||
STS_YunhornSTSEventP1_Process();
|
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);
|
UTIL_SEQ_SetTask((1 << CFG_SEQ_Task_LoRaSendOnTxTimerOrButtonEvent), CFG_SEQ_Prio_0);
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue