From eeea481d10c49eeff6a2cafa9b49d4fce3ace8f8 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 26 一月 2024 10:43:46 +0800 Subject: [PATCH] 1 --- Src/radio/sx126x-board.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/radio/sx126x-board.c b/Src/radio/sx126x-board.c index e54e064..a079fe7 100644 --- a/Src/radio/sx126x-board.c +++ b/Src/radio/sx126x-board.c @@ -56,7 +56,7 @@ { HAL_Delay_nMS( 10 ); HAL_GPIO_WritePin( RADIO_nRESET_GPIO_Port, RADIO_nRESET_Pin,GPIO_PIN_RESET); - HAL_Delay_nMS( 20 ); + delay_us( 2000 ); HAL_GPIO_WritePin( RADIO_nRESET_GPIO_Port, RADIO_nRESET_Pin,GPIO_PIN_SET); HAL_Delay_nMS( 10 ); } -- Gitblit v1.9.3