From 52297a9b5b1899fa62fc296cc53d1c4cf64fab55 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Fri, 12 Feb 2021 14:20:32 -0800 Subject: [PATCH] Switch mdns to forth --- ueforth/arduino/arduino_server.fs | 2 +- ueforth/site/ESP32forth.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/.