1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
Clemens Kirchgatterer e721089e60 Fix hardcoded dependency of ArduinoOTA on mDNS (#5768)
Fixes #4643 

This is especially important when compiling for host mode, because ArduinoOTA is pulled in unconditionally by the Makefile in tests/host. Thus it breaks the build as soon as NO_GLOBAL_INSTANCES or NO_GLOBAL_MDNS is defined.
2019-02-16 10:44:43 -03:00
..