From 11e279420324ddd19266d58be21d1abdfc927ea7 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 07 三月 2024 16:19:31 +0800 Subject: [PATCH] V1.9 调整同步信号,提前5ms接收,超时时间增加5ms,同步更稳定 --- Src/main.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/main.c b/Src/main.c index 0772699..a64c60b 100644 --- a/Src/main.c +++ b/Src/main.c @@ -247,7 +247,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] = (1<<8)|6; + g_com_map[VERSION] = (1<<8)|9; // testprogram(); // g_com_map[DEV_ID]=0x6777; #ifdef DEBUG_MODE -- Gitblit v1.9.3