From a5962de4002d76be1402499c1dc54e6f32126cf0 Mon Sep 17 00:00:00 2001 From: "CSSC-WORK\\murmur" Date: Thu, 18 Jan 2024 11:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E9=80=81=E9=97=B4=E9=9A=94=E6=94=B9=E4=B8=BA?= =?UTF-8?q?4s=EF=BC=8C=E6=9C=80=E5=B0=8F=E5=85=AC=E5=80=8D=E6=95=B0?= =?UTF-8?q?=E4=B8=BA20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/core.c | 2 +- applications/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/core.c b/applications/core.c index baf00f1..34f0600 100644 --- a/applications/core.c +++ b/applications/core.c @@ -495,7 +495,7 @@ static void upSendFile_thread_entry(void *parameter) issendall=0; // break; } - rt_thread_mdelay(5000);//发送间隔,目前服务器未处理,暂设为3s避免粘包 + rt_thread_mdelay(4000);//发送间隔,目前服务器未处理,暂设为3s避免粘包 } } if (issendall) { diff --git a/applications/main.c b/applications/main.c index 26ce336..d0403bd 100644 --- a/applications/main.c +++ b/applications/main.c @@ -86,7 +86,7 @@ void show_version(void) char str[30]; uint8_t t[10]; size_t len=time2Byte(t); - rt_kprintf("SW Version: %s, build-%s\n","2.9d",bytes2str(t, 3, 10, "", str)); + rt_kprintf("SW Version: %s, build-%s\n","2.91d",bytes2str(t, 3, 10, "", str)); } MSH_CMD_EXPORT(show_version,显示版本号);