From c927e8906645c0396ffca25bbd9487cadbdf8589 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期二, 08 八月 2023 18:14:24 +0800 Subject: [PATCH] V2.8 修改一些bug --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index e2844bf..fd29dab 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)|7; + g_com_map[VERSION] = (2<<8)|8; #endif ErrorConfig_Handler(); //g_com_map[DEV_ID]=0x9444; -- Gitblit v1.9.3