Add LFS links

Contributes to #2431
This commit is contained in:
Marcel Stör 2018-08-06 21:27:14 +02:00
parent eb79f1e79a
commit 7d86fef598
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ flash ID (number)
## node.flashindex() ## node.flashindex()
Returns the function reference for a function in the LFS (Lua Flash Store). Returns the function reference for a function in the [LFS (Lua Flash Store)](../lfs.md).
#### Syntax #### Syntax
`node.flashindex(modulename)` `node.flashindex(modulename)`
@ -193,7 +193,7 @@ The `node.flashindex()` is a low level API call that is normally wrapped using s
## node.flashreload() ## node.flashreload()
Reload the LFS (Lua Flash Store) with the flash image provided. Flash images are generated on the host machine using the `luac.cross`commnad. Reload the [LFS (Lua Flash Store)](../lfs.md) with the flash image provided. Flash images are generated on the host machine using the `luac.cross`commnad.
#### Syntax #### Syntax
`node.flashreload(imageName)` `node.flashreload(imageName)`