Skip to content

Commit 3173ffa

Browse files
committed
Do not activate MDNS when in CP mode - this is useless
1 parent 54b5bd8 commit 3173ffa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/MycilaESPConnect.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,9 +805,6 @@ void Mycila::ESPConnect::_enableCaptivePortal() {
805805
});
806806

807807
_httpd->begin();
808-
#ifndef ESPCONNECT_NO_MDNS
809-
MDNS.addService("http", "tcp", 80);
810-
#endif
811808
#endif
812809

813810
_lastTime = millis();

0 commit comments

Comments
 (0)