We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b3774 commit 34d9ad7Copy full SHA for 34d9ad7
Firmware/RTK_Everywhere/WebServer.ino
@@ -820,6 +820,8 @@ bool webServerAssignResources(int httpPort = 80)
820
/* https://github.com/espressif/arduino-esp32/blob/master/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino
821
*/
822
823
+ // Note: MDNS should probably be begun by networkMulticastDNSUpdate, but that doesn't seem to be happening...
824
+ // Is the networkInterface aware that AP needs it? Let's start it manually...
825
if (MDNS.begin(&settings.mdnsHostName[0]) == false)
826
{
827
systemPrintln("Error setting up MDNS responder!");
0 commit comments