From b3d4cafe773e4b2128125d5e29f934082409c653 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 11 四月 2025 10:21:50 +0800 Subject: [PATCH] 更改俄罗斯测试版本号为V1.48 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 1aee27c..053271f 100644 --- a/Src/main.c +++ b/Src/main.c @@ -289,7 +289,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)|47; + g_com_map[VERSION] = (1<<8)|48; active_flag = g_com_map[ACTIVE_INDEX]; module_power = g_com_map[POWER]; imu_enable=g_com_map[IMU_ENABLE]; -- Gitblit v1.9.3