From 0c9257ee54255a0e3761fbcdf9e5c1311822c730 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 08 十一月 2024 09:26:08 +0800 Subject: [PATCH] 2.15,同步时间目前是随机碰撞。 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 8301615..2be9313 100644 --- a/Src/main.c +++ b/Src/main.c @@ -244,7 +244,7 @@ #ifdef QIYA_JIZHAN g_com_map[VERSION] = (2<<8)|1; #else - g_com_map[VERSION] = (2<<8)|13; + g_com_map[VERSION] = (2<<8)|15; #endif ErrorConfig_Handler(); //g_com_map[DEV_ID]=0x9444; -- Gitblit v1.9.3