From 6ecdd56375fe6c20ce4a5a93e0ddcd9835ef4817 Mon Sep 17 00:00:00 2001 From: Sasha Kovar Date: Sun, 28 Apr 2024 18:14:01 -1000 Subject: [PATCH] Update documentation --- site/ESP32forth.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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