mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-14 03:40:22 +03:00
hardcode ESP32 OTA PORT
This commit is contained in:
@@ -388,7 +388,7 @@ void MyESP::_ota_setup() {
|
||||
return;
|
||||
}
|
||||
|
||||
//ArduinoOTA.setPort(OTA_PORT);
|
||||
ArduinoOTA.setPort(OTA_PORT);
|
||||
ArduinoOTA.setHostname(_app_hostname);
|
||||
|
||||
ArduinoOTA.onStart([this]() { _OTACallback(); });
|
||||
|
||||
Reference in New Issue
Block a user