From 3f8faf8e55d0cd412752a73c0edde3ca6605e13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Voborsk=C3=BD?= Date: Wed, 18 Jul 2018 22:51:14 +0200 Subject: [PATCH] Update lfs.md --- docs/en/lfs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/en/lfs.md b/docs/en/lfs.md index 11a41101..c22a7a0e 100644 --- a/docs/en/lfs.md +++ b/docs/en/lfs.md @@ -41,7 +41,7 @@ This is a simple step-by-step how to use the LFS feature: 4. Upload the LFS image - Now it's time to upload the generate LFS image file (`luasc.out`) as a normal SPIFFS file. Several tools can be used to upload the files from host to SPIFFS. + Now it's time to upload the generate LFS image file (`luac.out`) as a normal SPIFFS file. Several tools can be used to upload the files from host to SPIFFS. One way is to use the [ESPlorer](https://github.com/4refr0nt/ESPlorer) tool, button "Upload...". @@ -55,6 +55,8 @@ This is a simple step-by-step how to use the LFS feature: 6. Adjust the `init.lua` file + `init.lua` is the file that is first executed by the NodeMCU firmware. Usually it setups the wifi connection and executes the main Lua file. + Add the following lines: ```Lua