Kconfig.projbuild 287 B

123456789
  1. menu "SPIFFS Example menu"
  2. config EXAMPLE_SPIFFS_CHECK_ON_START
  3. bool "Run SPIFFS_check on every start-up"
  4. default y
  5. help
  6. If this config item is set, esp_spiffs_check() will be run on every start-up.
  7. Slow on large flash sizes.
  8. endmenu