8000 hostname will not be resolved at upload · Issue #1639 · Sloeber/arduino-eclipse-plugin · GitHub
[go: up one dir, main page]

Skip to content
hostname will not be resolved at upload #1639
@aber68

Description

@aber68

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0