From 778bc96c3a83c4e5b0b29e1ab7b8e26017b3af3a Mon Sep 17 00:00:00 2001
From: Brad Nelson /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.