ESP8266_RTOS_SDK
v1.4.0
|
Spiffs APIs. More...
Data Structures | |
struct | esp_spiffs_config |
Functions | |
sint32 | esp_spiffs_init (struct esp_spiffs_config *config) |
Initialize spiffs. More... | |
void | esp_spiffs_deinit (uint8 format) |
Deinitialize spiffs. More... | |
Spiffs APIs.
More details about spiffs on https://github.com/pellepl/spiffs
void esp_spiffs_deinit | ( | uint8 | format | ) |
Deinitialize spiffs.
uint8 | format : 0, only deinit; otherwise, deinit spiffs and format. |
sint32 esp_spiffs_init | ( | struct esp_spiffs_config * | config | ) |
Initialize spiffs.
struct | esp_spiffs_config *config : ESP8266 spiffs configuration |