Adding links
This commit is contained in:
@ -314,7 +314,7 @@ SD_MMC.totalBytes ( -- n )
|
|||||||
SD_MMC.usedBytes ( -- n )
|
SD_MMC.usedBytes ( -- n )
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h4>ESP32 WebUI</h4>
|
<h4 id="webui">ESP32 WebUI</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
A terminal over the web can be activated.
|
A terminal over the web can be activated.
|
||||||
@ -325,11 +325,17 @@ Contact at port printed or via mDNS <a href="http://ueforth/">http://ueforth/</a
|
|||||||
webui ( network-z password-z -- )
|
webui ( network-z password-z -- )
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
<p>Usage:</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
z" NETWORK-NAME" z" PASSWORD" webui
|
||||||
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/arduino/arduino_server.fs">arduino_server.fs</a>.
|
See <a href="https://github.com/flagxor/eforth/blob/main/ueforth/arduino/arduino_server.fs">arduino_server.fs</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>Autoexec.fs</h4>
|
<h4 id="autoexec">Autoexec.fs</h4>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The system will automatically attempt to mount SPIFFS filesystem at <code>/spiffs</code>.
|
The system will automatically attempt to mount SPIFFS filesystem at <code>/spiffs</code>.
|
||||||
|
|||||||
Reference in New Issue
Block a user