1.更改SendMaxNum限制

This commit is contained in:
payton 2023-11-14 19:21:18 +08:00
parent cfb6bdd395
commit d7e783bdc6

View File

@ -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;
}