From dbe010cbc556a3f07136b7eac67e62f115285db8 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 24 三月 2024 19:00:15 +0800 Subject: [PATCH] Merge branch '免布线URT-LORA-L071' of http://47.108.70.204:60062/r/XRange_Tag into 免布线URT-LORA-L071 --- 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