platformio / platformio-docs

PlatformIO Documentation
https://docs.platformio.org
Apache License 2.0
240 stars 325 forks source link

Document possible ESP32 filesystem values more clearly #244

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 2 years ago

Commit https://github.com/platformio/platform-espressif32/commit/4371944c6bb4c2f662d95b686fdb2d699b2be455 adds the possibility to select spiffs, littlefs and fatfs, but the documentation does not properly reflect these choises of possibl values. In fact, people might read this and when they want to select "FFat" (as in the documentation), they might get the idea that they can write board_build.filesystem = ffat, when in fact it is fatfs.

See occurrance of that in https://github.com/platformio/platform-espressif32/issues/570#issuecomment-1122108311.

ivankravets commented 2 years ago

Thanks for the PR! 🙏