From 778bc96c3a83c4e5b0b29e1ab7b8e26017b3af3a Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 30 Jan 2021 21:36:45 -0800 Subject: [PATCH] more docs --- ueforth/site/index.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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.