From 55c26cb52436d5c82f1602114bb38057832ef25b Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期三, 09 二月 2022 21:30:38 +0800
Subject: [PATCH] V2.46 增加标签坐标下发,串口测试不丢包,待网线测试,波特率115200

---
 源码/核心板/Src/application/serial_at_cmd_app.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/serial_at_cmd_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/serial_at_cmd_app.h"
index bd89a48..c942256 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/serial_at_cmd_app.h"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/serial_at_cmd_app.h"
@@ -6,7 +6,15 @@
 
 #define MAX_FRAME_LEN		50
 #define PWTAG_MAXGROUPNUM  20
-#define MAX_REGTAGNUM  10
+#define MAX_REGTAGNUM  100
+struct tagpos_structure
+{
+
+	 uint16_t tagid,baoxu;
+     int32_t pos[3];
+
+};
+extern struct tagpos_structure tagpos[50];
 void UsartParseDataHandler(uint8_t data);
 struct pwtag_structure
 {

--
Gitblit v1.9.3