feat(esp_lcd): updated lvgl example to loading image from file system
which can help to reduce the firmware bin size
This commit is contained in:
@@ -63,7 +63,6 @@ void app_main(void)
|
||||
ESP_LOGI(TAG, "Partition size: total: %d, used: %d", total, used);
|
||||
}
|
||||
|
||||
#
|
||||
// Check consistency of reported partiton size info.
|
||||
if (used > total) {
|
||||
ESP_LOGW(TAG, "Number of used bytes cannot be larger than total. Performing SPIFFS_check().");
|
||||
|
||||
Reference in New Issue
Block a user