Skip to content

Commit fb095fd

Browse files
authored
/ufs explained
1 parent d3dee23 commit fb095fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Scripting-Language.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,6 +1075,8 @@ The script itself is also stored on the file system with a default size of 8192
10751075
`frb(fr)` read byte from file
10761076
`frw(fr url)` read file from web url, if url is an immediate string it may be longer than max string size to support very long URLs.
10771077
`fcs(fr "del" index ec)` = gets non string from file: del = delimiter char or string, index = n´th element, ec = end character delimiter.
1078+
files in filesystem may also be listed or downloaded via http://ip/ufs/filename
1079+
with http://ip/ufs/$varname(;varname2;...) you may list variables and arrays from scripter in json format.
10781080

10791081
### Other commands (+?? flash)
10801082

0 commit comments

Comments
 (0)