We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59c86 commit 2096084Copy full SHA for 2096084
docs/Scripting-Language.md
@@ -1042,6 +1042,7 @@ The script itself is also stored on the file system with a default size of 8192
1042
### Extended commands (+0,9k flash)
1043
1044
`#define USE_SCRIPT_FATFS_EXT`
1045
+`fmt(0)` format flash file system (erases all data)
1046
`fmd("fname")` make directory fname
1047
`frd("fname")` remove directory fname
1048
`fra(array fr)` reads array from open file with fr (assumes tab delimited entries)
0 commit comments