Unverified Commit 3f8faf8e authored by Lukáš Voborský's avatar Lukáš Voborský Committed by GitHub
Browse files

Update lfs.md

parent 36029a08
...@@ -41,7 +41,7 @@ This is a simple step-by-step how to use the LFS feature: ...@@ -41,7 +41,7 @@ This is a simple step-by-step how to use the LFS feature:
4. Upload the LFS image 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...". 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: ...@@ -55,6 +55,8 @@ This is a simple step-by-step how to use the LFS feature:
6. Adjust the `init.lua` file 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: Add the following lines:
```Lua ```Lua
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment