File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ Clicking this button displays a web page with the HTML data of this section.
542542all cmds like in >W apply here. these lines are refreshed frequently to show e.g. sensor values.
543543lines preceded by $ are static and not refreshed and displayed below lines without $.
544544this option also enables a full webserver interface when USE_UFILESYS is active.
545- you may display files from the flash or SD filesystem by specifying the url: IP /ufs/path .
545+ you may display files from the flash or SD filesystem by specifying the url: < IP > /ufs/< path > .
546546(supported files: * .jpg, * .html, * .txt)
547547` >w1 ` ` >w2 ` ` >w3 ` ` >w4 ` ` >w5 ` ` >w6 ` some as above ` >w `
548548==Requires compiling with ` #define SCRIPT_FULL_WEBPAGE ` .==
@@ -1081,8 +1081,8 @@ The script itself is also stored on the file system with a default size of 8192
10811081` frb(fr) ` read byte from file
10821082` 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.
10831083` fcs(fr "del" index ec) ` = gets non string from file: del = delimiter char or string, index = n´th element, ec = end character delimiter.
1084- files in file system may also be listed or downloaded via http://ip /ufs/filename
1085- with http://ip /ufs/$varname (; varname2;...) you may list variables and arrays from scripter in json format.
1084+ files in file system may also be listed or downloaded via http://< ip > /ufs/< filename >
1085+ with http://< ip > /ufs/$< varname >(;< varname2 > ;...) you may list variables and arrays from scripter in json format.
10861086
10871087### time series database (+2kB flash)
10881088
You can’t perform that action at this time.
0 commit comments