mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 20:16:04 +08:00
Update netservices.cpp
add TODO note
This commit is contained in:
parent
79a2185490
commit
719843525f
@ -242,6 +242,8 @@ bool NetServices::begin()
|
|||||||
if(WiFi.getMode() != WIFI_AP) {
|
if(WiFi.getMode() != WIFI_AP) {
|
||||||
// Add service to MDNS-SD
|
// Add service to MDNS-SD
|
||||||
MDNS.addService("http", "tcp", 80);
|
MDNS.addService("http", "tcp", 80);
|
||||||
|
// TODO add TXT records
|
||||||
|
//MDNS.addServiceTxt("http", "tcp", Key, value);
|
||||||
}
|
}
|
||||||
#endif //MDNS_FEATURE
|
#endif //MDNS_FEATURE
|
||||||
#ifdef SSDP_FEATURE
|
#ifdef SSDP_FEATURE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user