From 101cfeb2638fe4539b3e0040a99cc045e7d2f651 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 15 十月 2021 10:01:52 +0800 Subject: [PATCH] V2.37 有bug 工作一段时间不上传数据 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index b3c14ae..e442ca6 100644 --- a/Src/main.c +++ b/Src/main.c @@ -311,7 +311,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] = 0x0224; + g_com_map[VERSION] = 0x0225; // g_com_map[DEV_ID]=0x7; #ifdef DEBUG_MODE -- Gitblit v1.9.3