Skip to content

Commit 0ba54cf

Browse files
authored
variable path components with <>
1 parent a0f73cb commit 0ba54cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Scripting-Language.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ Clicking this button displays a web page with the HTML data of this section.
542542
all cmds like in >W apply here. these lines are refreshed frequently to show e.g. sensor values.
543543
lines preceded by $ are static and not refreshed and displayed below lines without $.
544544
this 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

0 commit comments

Comments
 (0)