hello, using last sloeber version, ESP32 and OTA for upload ... .......s\esp32\hardware\esp32\2.0.14/tools/espota.exe -r -i **BEwecker.local** -p 3232 ..... the above hostname will not be recognized from sloeber, but from arduino IDE 2.x whats wrong? code snippet: ArduinoOTA.setPassword("1234"); ArduinoOTA.setPort(3232); ArduinoOTA.setHostname("BEwecker"); ArduinoOTA.setMdnsEnabled(true); ArduinoOTA.begin(); best regards andreas