diff --git a/ueforth/site/index.html b/ueforth/site/index.html index b44284a..b1a89ab 100644 --- a/ueforth/site/index.html +++ b/ueforth/site/index.html @@ -342,6 +342,26 @@ The system will automatically attempt to mount SPIFFS filesystem at /spiff It will then at start attempt to load /spiffs/autoexec.fs

+

+One way this feature can be used to configure the Web UI to start by default. +When doing this, be sure to test your Web UI settings work well first. +

+ +
+r| z" NETWORK-NAME" z" PASSWORD" webui | s" /spiffs/autoexec.fs" dump-file
+
+ +

+To remove a previously configured autoexec.fs you will need +to be able to reboot in a mode with Forth. One way to do this is to search +for the line in the .ino file that refers to autoexec.fs +and replace it with a different name. Then run the following: +

+ +
+s" /spiffs/autoexec.fs" delete-file
+
+

See autoboot.fs.