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 a929b32 commit dac39b4Copy full SHA for dac39b4
Firmware/RTK_Surveyor/WiFi.ino
@@ -524,6 +524,8 @@ bool wifiConnect(unsigned long timeout)
524
int wifiResponse = wifiMulti.run(timeout);
525
if (wifiResponse == WL_CONNECTED)
526
{
527
+ // addService fails with "[E][ESPmDNS.cpp:148] addService(): Failed adding service http.tcp."
528
+ // Do we need it? Maybe we should wait until after the WiFiServer is started?
529
if (settings.enablePvtClient == true || settings.enablePvtServer == true || settings.enablePvtUdpServer == true)
530
531
if (settings.mdnsEnable == true)
0 commit comments