diff --git a/platforms/espressif8266_extra.rst b/platforms/espressif8266_extra.rst index 1f1b90b5c7..c11f1c6a89 100644 --- a/platforms/espressif8266_extra.rst +++ b/platforms/espressif8266_extra.rst @@ -450,8 +450,8 @@ Selecting appropriate Filesystem There are two file systems for utilizing the on-board flash on the ESP8266: ``SPIFFS`` and ``LittleFS``. They provide a compatible API but have incompatible on-flash -implementations, so it is important to choose one or the per project as attempting to -mount a SPIFFS volume under LittleFS may result in a format operation and definitely +implementations, so it is important to choose one or the other per project as attempting +to mount a SPIFFS volume under LittleFS may result in a format operation and definitely will not preserve any files, and vice-versa. .. warning:: diff --git a/projectconf/sections/env/options/platform/platform.rst b/projectconf/sections/env/options/platform/platform.rst index 2f801b7547..a193bfdd7d 100644 --- a/projectconf/sections/env/options/platform/platform.rst +++ b/projectconf/sections/env/options/platform/platform.rst @@ -56,5 +56,5 @@ Example of using a `Espressif 32 development platform