From 7ba21143cd02054c5d065865ec8f2164acdf91ef Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期一, 25 十一月 2024 15:37:11 +0800
Subject: [PATCH] V2.13 测试模式显示lora唤醒次数,UWB接收次数,成功次数

---
 Src/application/global_param.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Src/application/global_param.h b/Src/application/global_param.h
index 24ea9f6..cdbbe71 100644
--- a/Src/application/global_param.h
+++ b/Src/application/global_param.h
@@ -46,6 +46,7 @@
 #define     IMU_ENABLE          0x1F
 #define 	REMOTEPARA_STATE  	0x20
 #define 	ACTIVE_INDEX 				    0x22
+#define 	LORA_SEND_INDEX 				    0x24
 #define 	HEIGHTOFFEST_INDEX 				0x28
 
 #define     MOTOR_ONTIME 500

--
Gitblit v1.9.3