Skip to content

Commit 679b95e

Browse files
committed
WebServer: Remove DNSServer, should be handled by the network
1 parent 65461b4 commit 679b95e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Firmware/RTK_Everywhere/WebServer.ino

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -836,11 +836,6 @@ bool webServerAssignResources(int httpPort = 80)
836836

837837
//
838838
https: // github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
839-
if (settings.enableCaptivePortal == true)
840-
{
841-
dnsserver = new DNSServer;
842-
dnsserver->start();
843-
}
844839

845840
webServer = new WebServer(httpPort);
846841
if (!webServer)

0 commit comments

Comments
 (0)