From b97fe0e1006e09399214e49b8acc0ce10f4ffd0d Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 13 九月 2024 09:44:19 +0800 Subject: [PATCH] 1.28,修复标签心跳包发送网关收不到的bug。兼容焊没焊uwb的两种板子 --- Src/application/syn6288.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/syn6288.c b/Src/application/syn6288.c index c6d1d9f..227eb52 100644 --- a/Src/application/syn6288.c +++ b/Src/application/syn6288.c @@ -32,7 +32,7 @@ /*******************鍙戦�佸抚淇℃伅***************************************/ memcpy(&Frame_Info[5], HZdata, HZ_Length); Frame_Info[5 + HZ_Length] = ecc; - delay_ms(1000); + delay_ms(800); HAL_UART_Transmit(&huart5,Frame_Info,5 + HZ_Length + 1,3000); // delay_ms(1000); //USART3_SendString(Frame_Info, 5 + HZ_Length + 1); -- Gitblit v1.9.3