From 72339db484cf16b7261c351e0b600742a453c2f7 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 17 十二月 2020 10:15:59 +0800 Subject: [PATCH] V2.16 就近模式 临近基站切换 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index e394a64..1673657 100644 --- a/Src/main.c +++ b/Src/main.c @@ -255,7 +255,7 @@ Usart1ParseDataCallback = UsartParseDataHandler; parameter_init(); //deca_sleep(1000); - g_com_map[VERSION] = 0x020f; + g_com_map[VERSION] = 0x0210; #ifdef DEBUG_MODE // g_com_map[DEV_ROLE]=1; // g_com_map[DEV_ID]=0x11; -- Gitblit v1.9.3