mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
0480f43984f51a3a0d60831f0d6830ca3d981e91
Emitting -DUSE_OTA alongside the defines.h #define USE_OTA entry caused 'USE_OTA redefined' warnings in every TU that includes defines.h. Use a distinct ESPHOME_USE_OTA name for the compiler -D flag — only the .c files that cannot include defines.h (lwip_fast_select.c) reference the ESPHOME_-prefixed name, and everyone else continues to use USE_OTA via defines.h.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
