1.修复发送列表没有删除问题

This commit is contained in:
payton 2024-01-20 14:08:04 +08:00
parent 5930ded612
commit 1fe6a2ddf1

View File

@ -2700,7 +2700,7 @@ SINT32 sf_power_off_check_sd(void)
//sf_FlowLogCopyToCard();
//if(sf_in_card_exist())
{
if(sf_get_mode_flag() || ((0 == puiPara->SendType)))
if(sf_get_mode_flag() || ((0 == puiPara->SendType)) || (startup == SF_MCU_STARTUP_RESET))
sf_delete_send_flie_list();
}