diff --git a/site/ESP32forth.html b/site/ESP32forth.html index 9037602..2c1a443 100644 --- a/site/ESP32forth.html +++ b/site/ESP32forth.html @@ -486,7 +486,10 @@ WiFi.softAPgetStationNum ( -- num )
mDNS
-MDNS.begin ( name-z -- )   Start multicast dns
+MDNS.begin ( hostname-z -- f )   Start multicast dns
+MDNS.setInstanceName ( name-z -- )   Set the instance (friendly) name
+MDNS.addService ( service-z protocol-z port-n -- f )   Advertise a service (such as "http") using a protocol ("tcp" or "udp") and a port number.
+MDNS.addServiceTxt ( service-z protocol-z key-z value-z -- )   Add a service key/value pair
 
SPIFFS