Skip to content

Commit dac39b4

Browse files
committed
Add MDNS comments
1 parent a929b32 commit dac39b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Surveyor/WiFi.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,8 @@ bool wifiConnect(unsigned long timeout)
524524
int wifiResponse = wifiMulti.run(timeout);
525525
if (wifiResponse == WL_CONNECTED)
526526
{
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?
527529
if (settings.enablePvtClient == true || settings.enablePvtServer == true || settings.enablePvtUdpServer == true)
528530
{
529531
if (settings.mdnsEnable == true)

0 commit comments

Comments
 (0)