From bb6a998edeb2da57073cbdfea5ef6d8bdd99e776 Mon Sep 17 00:00:00 2001 From: "CSSC-WORK\\murmur" Date: Mon, 25 Sep 2023 09:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0TT=E5=A4=B1=E8=B4=A5=E5=90=8E?= =?UTF-8?q?isFileMode=E5=A4=8D=E4=BD=8D=20=E6=9B=B4=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/core.c | 1 + applications/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/core.c b/applications/core.c index 3a7970e..2baa6d2 100644 --- a/applications/core.c +++ b/applications/core.c @@ -646,6 +646,7 @@ static void chkAndSendFile_thread_entry() { LOG_E("TT准备失败"); deInitTT(); + isFileMode=0; break; } } diff --git a/applications/main.c b/applications/main.c index f94e1a8..df4ddba 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.52d",bytes2str(t, 3, 10, "", str)); + rt_kprintf("SW Version: %s, build-%s\n","2.53d",bytes2str(t, 3, 10, "", str)); } MSH_CMD_EXPORT(show_version,显示版本号);