1.一次删除20个文件

This commit is contained in:
payton 2023-11-06 14:08:57 +08:00
parent 2c1ef5b8e8
commit 36182e1e9e

View File

@ -789,7 +789,7 @@ int sf_app_sd_loop(void)
remove(cFileTmp); remove(cFileTmp);
} }
if(iFileCount % 30 == 0) if(iFileCount % 20 == 0)
{ {
//sf_get_sd_info(&sdStatus, &sdFree, &sdTotal); //sf_get_sd_info(&sdStatus, &sdFree, &sdTotal);
sf_sd_info_get(&storeattrs); sf_sd_info_get(&storeattrs);