diff --git a/ueforth/arduino/arduino_server.fs b/ueforth/arduino/arduino_server.fs index 4452c99..db7a6bd 100644 --- a/ueforth/arduino/arduino_server.fs +++ b/ueforth/arduino/arduino_server.fs @@ -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 diff --git a/ueforth/site/ESP32forth.html b/ueforth/site/ESP32forth.html index cc6abac..c29db98 100644 --- a/ueforth/site/ESP32forth.html +++ b/ueforth/site/ESP32forth.html @@ -371,7 +371,7 @@ SD_MMC.usedBytes ( -- n )
A terminal over the web can be activated. -Contact at port printed or via mDNS http://ueforth/. +Contact at port printed or via mDNS http://forth/.