From f7107e325fbd42ed9875b7b28c340e1cda8627cc Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期日, 24 三月 2024 18:29:51 +0800
Subject: [PATCH] 1.12 修复大于25个的添加标签的bug

---
 Src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Src/main.c b/Src/main.c
index 707e30c..c54e29b 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -247,7 +247,7 @@
 	hardware_pici = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+2);
 	hardware_type = STMFLASH_ReadHalfWord(FLASH_HARDWARE_VERSION_MAP+4);
 	//deca_sleep(1000);
-	g_com_map[VERSION] = (1<<8)|11;
+	g_com_map[VERSION] = (1<<8)|12;
  //   testprogram();
 //    g_com_map[DEV_ID]=0x6777;
     #ifdef DEBUG_MODE

--
Gitblit v1.9.3