1.一次删除20个文件
This commit is contained in:
parent
2c1ef5b8e8
commit
36182e1e9e
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user