Switch mdns to forth
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user