From 9668f770708d167d0b32d6712d5a6cdc6d4de435 Mon Sep 17 00:00:00 2001 From: BlazerYoo Date: Mon, 27 Jun 2022 09:02:28 -0400 Subject: [PATCH] Update documentation (#8619) --- doc/filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filesystem.rst b/doc/filesystem.rst index a9038fe3b..86375ad8e 100644 --- a/doc/filesystem.rst +++ b/doc/filesystem.rst @@ -93,7 +93,7 @@ directory support, but has higher filesystem and per-file overhead (4K minimum vs. SPIFFS' 256 byte minimum file allocation unit). They share a compatible API but have incompatible on-flash -implementations, so it is important to choose one or the per project +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.