Espressif Systems ESP32 Instruction Set page 28

At instruction set and examples
Hide thumbs Also See for ESP32:
Table of Contents

Advertisement

!
Parameters
Notes
Example
Espressif
<enable>:
‣ 1: enables the MDNS function; the following three parameters need to be set.
‣ 0: disables the MDNS function; the following three parameters need not to be set.
<hostname>: MDNS host name
<service_name>: MDNS service name, it should start with "_"
<port>: MDNS port
Please do not use other special characters (such as .) for <hostname> and
<service_name>.
AT+MDNS=1,"espressif","_iot",8080
Or
AT+MDNS=0
22 97
!
/!
4. Wi-Fi AT Commands
2019.06

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ESP32 and is the answer not in the manual?

Questions and answers

Table of Contents