Skip to content

Commit

Permalink
Tweak README
Browse files Browse the repository at this point in the history
  • Loading branch information
floatplane committed Jul 10, 2024
1 parent 5432d80 commit 8b0f535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b0f535

Please sign in to comment.