From feed6b4afee17848c652422187abaed3e9748508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20M=C3=BAdry?= Date: Tue, 23 Apr 2024 15:42:59 +0200 Subject: [PATCH] ci: Increase CONFIG_FATFS_VFS_FSTAT_BLKSIZE size for auto_fsync case --- components/fatfs/test_apps/flash_wl/sdkconfig.ci.auto_fsync | 1 + 1 file changed, 1 insertion(+) diff --git a/components/fatfs/test_apps/flash_wl/sdkconfig.ci.auto_fsync b/components/fatfs/test_apps/flash_wl/sdkconfig.ci.auto_fsync index 85252ff496..9ab32baa68 100644 --- a/components/fatfs/test_apps/flash_wl/sdkconfig.ci.auto_fsync +++ b/components/fatfs/test_apps/flash_wl/sdkconfig.ci.auto_fsync @@ -1,2 +1,3 @@ CONFIG_FATFS_IMMEDIATE_FSYNC=y CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096 +CONFIG_FATFS_VFS_FSTAT_BLKSIZE=2048