SPIFFS for Sming¶
This Component provides additional functionality to support SPIFFS running on both Esp8266 and Host architectures.
-
DISABLE_SPIFFS¶ - 0 (default)
Enable filesystem generation
- 1
Disable filesystem generation
The value is also #defined for application use.
Note this doesn’t actually disable SPIFFS support in the application!
-
SPIFF_SIZE¶ Size (in bytes) of the SPIFFS area in Flash memory.
-
SPIFF_FILES¶ default:
filesThe SPIFFS image is built using files from this directory.
-
SPIFF_BIN¶ Path to the generated SPIFFS filesystem image.
-
SPIFF_FILEDESC_COUNT¶ Default: 7
Number of file descriptors allocated. This sets the maximum number of files which may be opened at once.
References¶
Used by¶
Sming (main) ,Component
Esp32 SPIFFS ,Component