From 8b019cadc7d6646d1e91a3ea1ea0bb0e0ce957f8 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 06 七月 2023 15:30:08 +0800 Subject: [PATCH] V2.54 进入切换基站状态,会立刻触发一包获取基站临近信息模式,加快切换的速度 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index f70cf53..682b8a1 100644 --- a/Src/main.c +++ b/Src/main.c @@ -288,7 +288,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] = (2<<8)|52; + g_com_map[VERSION] = (2<<8)|54; // g_com_map[DEV_ID]=0x7; #ifdef DEBUG_MODE -- Gitblit v1.9.3