mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
c8d1737d57
* Move filesystem mounting code into a separate file to simplify the main source file. * Clean up SDMMC and SDSPI related code. Move pin configuration into Kconfig. * Use same base_path ('/data') for either SPIFFS or SD. Remove the check in file_server.c about the base path. * Update README according to the changes above.
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
CONFIG_EXAMPLE_MOUNT_SD_CARD=y
|
|
CONFIG_EXAMPLE_FORMAT_IF_MOUNT_SDCARD_FAILED=y
|