Skip to content

Commit 4e5d2f8

Browse files
authored
Update Scripting-Language.md
1 parent eadcd89 commit 4e5d2f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Scripting-Language.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# Please use this exact paragraph (formatting and links) at the beginning of an article for a feature that is not included in precompiled builds
1+
!> **This feature is not included in precompiled binaries.**
22

3-
**This feature is not included in precompiled binaries.**
43
To use it you must [compile your build](compile-your-build). Add the following to `user_config_override.h`:
54
```
65
#ifndef USE_SCRIPT
@@ -401,4 +400,4 @@ Shows a web SD card directory (submenu of scripter) where you can upload and dow
401400
`fmd("fname")` make directory fname
402401
`frd("fname")` remove directory fname
403402
`fx("fname")` check if file fname exists
404-
`fe("fname")` execute script fname (max 2048 bytes, script must start with the '>' character on the first line)
403+
`fe("fname")` execute script fname (max 2048 bytes, script must start with the '>' character on the first line)

0 commit comments

Comments
 (0)