Skip to content

Make it possible to use ArduinoOTA without mDNS? #1297

Closed
@sven337

Description

@sven337

As it is currently implemented, the ArduinoOTA class:
1-requires #include <ESP8266mDNS.h> in the sketch(I'm not sure why its own include seems not to work)
2-effectively uses mDNS with no ability to disable it

This issue is a request to make it possible to use ArduinoOTA without mDNS. The justification for me is that I don't want mDNS in the first place, that it's not required for OTAs, and that it bloats the sketch size (which on small flash sizes is a real issue).

Something like #define ARDUINO_OTA_NO_MDNS would probably be feasible?

Thank you

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions