From 9aed5d7e7b3c7bf09da712e9c272ece401a7acc9 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 25 十一月 2024 14:51:23 +0800 Subject: [PATCH] add UltraSonic and MultiWireLess --- Radio_LLCC68/Radio/src/sx126x-board.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Radio_LLCC68/Radio/src/sx126x-board.c b/Radio_LLCC68/Radio/src/sx126x-board.c index 55d6954..cea0ae6 100644 --- a/Radio_LLCC68/Radio/src/sx126x-board.c +++ b/Radio_LLCC68/Radio/src/sx126x-board.c @@ -24,11 +24,11 @@ void SX126xReset( void ) { - HAL_Delay_nMS( 10 ); + HAL_Delay_nMS( 1 ); SetRadionRSTPin_0(); - HAL_Delay_nMS( 20 ); + HAL_Delay_nMS( 2 ); SetRadionRSTPin_1(); - HAL_Delay_nMS( 10 ); + HAL_Delay_nMS( 1 ); } void SX126xWaitOnBusy( void ) -- Gitblit v1.9.1