1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Update documentation (#8619)

This commit is contained in:
BlazerYoo 2022-06-27 09:02:28 -04:00 committed by GitHub
parent 7e5520c23e
commit 9668f77070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ directory support, but has higher filesystem and per-file overhead
(4K minimum vs. SPIFFS' 256 byte minimum file allocation unit). (4K minimum vs. SPIFFS' 256 byte minimum file allocation unit).
They share a compatible API but have incompatible on-flash 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 as attempting to mount a SPIFFS volume under LittleFS may result
in a format operation and definitely will not preserve any files, in a format operation and definitely will not preserve any files,
and vice-versa. and vice-versa.