From cbe3b0a4c27e0d28628e4c57a7835526591c6201 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期三, 06 三月 2024 22:10:15 +0800
Subject: [PATCH] V1.5 增加电量,心跳包功能,但是好像有bug,一段时间后UWB不测距。

---
 Src/radio/Lora.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h
index 33932c1..e5ac67b 100644
--- a/Src/radio/Lora.h
+++ b/Src/radio/Lora.h
@@ -17,7 +17,7 @@
 void SwitchLoraSettingstest(uint32_t freq,uint8_t sf);
 uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count);
 uint16_t GetLoraSyncCount(void);
-//#define TEST_FREQ
+#define TEST_FREQ
 #ifdef  TEST_FREQ
     #define LORA_UPCHANNEL_FRQ 456
     #define LORA_UPCHANNEL_SF 7

--
Gitblit v1.9.3