From cae9d270866f095318e8c31ea7c4a8fe741f465d Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 03 三月 2024 22:20:31 +0800 Subject: [PATCH] 增加激活状态,休眠状态,静止休眠功能 --- 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