From f91c026378ada7cf97de4cc28c4e3bea38fee9b2 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 10 八月 2023 11:27:18 +0800 Subject: [PATCH] 版本2.70,加入防撞标签代码。 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 2102869..549215e 100644 --- a/Src/main.c +++ b/Src/main.c @@ -317,7 +317,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)|69; + g_com_map[VERSION] = (2<<8)|70; // g_com_map[DEV_ID]=0x7; #ifdef DEBUG_MODE -- Gitblit v1.9.3