don't need to start mDNS for IPv6 as its already running

This commit is contained in:
proddy
2024-03-13 17:36:58 +01:00
parent be6bb1de6a
commit c70b1c3bbd

View File

@@ -369,7 +369,6 @@ void NetworkSettingsService::WiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info)
if (emsesp::EMSESP::system_.ethernet_connected()) {
emsesp::EMSESP::logger().info("Ethernet connected (IPv6=%s, speed %d Mbps)", ETH.localIPv6().toString().c_str(), ETH.linkSpeed());
}
mDNS_start();
emsesp::EMSESP::system_.has_ipv6(true);
break;