From 6e020a1379e69a99a8e8446c27d57277d96d5e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Fri, 1 May 2020 12:51:57 +0200 Subject: [PATCH] Add another LFS size value --- docs/lfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lfs.md b/docs/lfs.md index ea39394b..ee849b3b 100644 --- a/docs/lfs.md +++ b/docs/lfs.md @@ -24,7 +24,7 @@ However, most Lua developers seem to prefer the convenience of our [Cloud Build Variable | Option ---------|------------ -LFS size | (none, 32, 64, 96 or 128Kb) The default is none. The default is none, in which case LFS is disabled. Selecting a numeric value enables LFS with the LFS region sized at this value. +LFS size | (none, 32, 64, 96, 128 or 256Kb) The default is none. The default is none, in which case LFS is disabled. Selecting a numeric value enables LFS with the LFS region sized at this value. SPIFFS base | If you have a 4Mb flash module then I suggest you choose the 1024Kb option as this will preserve the SPIFFS even if you reflash with a larger firmware image; otherwise leave this at the default 0. SPIFFS size | (default or various multiples of 64Kb) Choose the size that you need. Larger FS require more time to format on first boot.