From b473b9e6b3a511358d127d5c8d3b56e42ab41bfc Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 27 九月 2023 11:08:29 +0800 Subject: [PATCH] 1 --- Src/radio/radio.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/radio/radio.c b/Src/radio/radio.c index c3747f7..b9ac3ce 100644 --- a/Src/radio/radio.c +++ b/Src/radio/radio.c @@ -896,6 +896,7 @@ SleepParams_t params = { 0 }; params.Fields.WarmStart = 1; +// params.Fields.WakeUpRTC = 0; SX126xSetSleep( params ); HAL_Delay_nMS( 2 ); -- Gitblit v1.9.3