diff --git a/README.md b/README.md index 7b48137..af92963 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ After saving and restarting, you'll be ready to configure your hardware through ### OTA updates You can download new versions from the **Artifacts** section [here](https://github.com/floatplane/MitsuQTT/actions/workflows/build.yml?query=branch%3Amain). Pick the download for your hardware type, unzip it on your desktop, and use the "Firmware Update" page to upload the BIN file to your hardware. -#### Should I use the LittleFS or SPIFFS version? -LittleFS should be the default for all new installs. SPIFFS is supported for backwards compatibility when upgrading from older versions, but support will be removed at some point. +#### Should I use a SPIFFS or LittleFS version? +There are two incompatible filesystems for ESP8266/ESP32 - LittleFS and SPIFFS. LittleFS is the more modern filesystem and should be used by default. SPIFFS is supported for backwards compatibility when upgrading from older versions, but support will be removed at some point. If you know you need SPIFFS, use a firmware version with SPIFFS in the name. --- ## Monitoring