From d7e783bdc6df1f280c03af657bad152abdbb83a2 Mon Sep 17 00:00:00 2001 From: payton Date: Tue, 14 Nov 2023 19:21:18 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=9B=B4=E6=94=B9SendMaxNum=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/sf_app/code/source/4gMng/sf_ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c index 2f4059afc..7772c040a 100755 --- a/code/application/source/sf_app/code/source/4gMng/sf_ftp.c +++ b/code/application/source/sf_app/code/source/4gMng/sf_ftp.c @@ -158,7 +158,7 @@ SINT32 sf_check_max_num(void) } } - if(SF_MCU_STARTUP_ONKEY == sf_poweron_type_get()) + if((SF_MCU_STARTUP_SYN_PARAM == sf_poweron_type_get()) || (SF_MCU_STARTUP_ONKEY == sf_poweron_type_get())) { ret = SF_SUCCESS; }