From eeb86b9497088d9b07267494f2937c0f1538b83f Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 19 一月 2024 13:48:46 +0800
Subject: [PATCH] 1.41 改成6.5G

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

diff --git a/Src/main.c b/Src/main.c
index 89182e9..b87be5c 100644
--- a/Src/main.c
+++ b/Src/main.c
@@ -308,7 +308,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)|33;
+	g_com_map[VERSION] = (1<<8)|41;
     active_flag = g_com_map[ACTIVE_INDEX];
     module_power = g_com_map[POWER];
 	imu_enable=g_com_map[IMU_ENABLE];

--
Gitblit v1.9.3