mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
examples: file_serving: add support for ESP32-S3, refactoring
* 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.
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
CONFIG_EXAMPLE_MOUNT_SD_CARD=y
|
||||
CONFIG_EXAMPLE_FORMAT_IF_MOUNT_SDCARD_FAILED=y
|
||||
CONFIG_EXAMPLE_USE_SDMMC_HOST=y
|
||||
|
Reference in New Issue
Block a user