mirror of
https://github.com/esp8266/Arduino.git
synced 2025-05-17 05:01:17 +03:00
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.