mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Add support for mDNS #161
This commit is contained in:
@@ -59,6 +59,7 @@ void OTASettingsService::configureArduinoOTA() {
|
||||
Serial.println(F("End Failed"));
|
||||
});
|
||||
|
||||
_arduinoOTA->setMdnsEnabled(false); // disable as handled in NetworkSettingsService.cpp. https://github.com/emsesp/EMS-ESP32/issues/161
|
||||
_arduinoOTA->begin();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user