sd卡满提示错误
This commit is contained in:
parent
21edda0c35
commit
3533569ac8
|
@ -830,7 +830,7 @@ static void update_sd_emmc_status(void)
|
|||
else if (diskSizeEmmc > 0 && diskFreeEmmc >= (FREE_SIZE_MB*1024*1024) && diskFreeSd < (FREE_SIZE_MB*1024*1024))
|
||||
{/*emmc normal sd full*/
|
||||
idLeft = LV_PLUGIN_IMG_ID_SF_SD_EMMC;
|
||||
idRight = LV_PLUGIN_IMG_ID_SF_EMMC_FULL;
|
||||
idRight = LV_PLUGIN_IMG_ID_SF_SD_FULL;
|
||||
UIStorageCheck(STORAGE_CHECK_FULL, &g_uiFreePicNum);
|
||||
textLabel = Get_FreePicNumString(g_uiFreePicNum);
|
||||
textLabelError = "";
|
||||
|
|
Loading…
Reference in New Issue
Block a user