Skip to content

Commit 7772ba5

Browse files
committed
Remove redundant checks around networkMulticastDNSUpdate
1 parent 0b0d052 commit 7772ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Firmware/RTK_Everywhere/Network.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,8 +2458,7 @@ void networkUpdate()
24582458

24592459
// Update the network services
24602460
// Start or stop mDNS
2461-
if (networkMdnsRequests != networkMdnsRunning)
2462-
networkMulticastDNSUpdate();
2461+
networkMulticastDNSUpdate();
24632462

24642463
// Update the network services
24652464
DMW_c("mqttClientUpdate");

0 commit comments

Comments
 (0)