FAT: Number of volumes can now be configured through menuconfig

Closes https://github.com/espressif/esp-idf/issues/7513
This commit is contained in:
Omar Chebib
2021-09-30 18:23:25 +08:00
parent 75e2705269
commit 63b96d7612
6 changed files with 22 additions and 32 deletions

View File

@@ -11,3 +11,5 @@
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
//currently use the legacy implementation, since the stubs for new HAL are not done yet
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL 1
#define CONFIG_FATFS_VOLUME_COUNT 2