Switch mdns to forth

This commit is contained in:
Brad Nelson
2021-02-12 14:20:32 -08:00
parent 591799053d
commit 52297a9b5b
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ create out-string out-size 1+ allot align
: login ( z z -- )
WIFI_MODE_STA Wifi.mode
WiFi.begin begin WiFi.localIP 0= while 100 ms repeat WiFi.localIP ip. cr
z" ueforth" MDNS.begin if ." MDNS started" else ." MDNS failed" then cr ;
z" forth" MDNS.begin if ." MDNS started" else ." MDNS failed" then cr ;
also forth definitions

View File

@ -371,7 +371,7 @@ SD_MMC.usedBytes ( -- n )
<p>
A terminal over the web can be activated.
Contact at port printed or via mDNS <a href="http://ueforth/">http://ueforth/</a>.
Contact at port printed or via mDNS <a href="http://forth/">http://forth/</a>.
</p>
<pre>