mirror of
https://github.com/esphome/esphome.git
synced 2026-02-26 14:03:14 -07:00
d812683df111ff16897a829e33f612d54e6be550
USE_ESP32 and USE_LIBRETINY are compiler flags (-D) always available to .c files. USE_LWIP_FAST_SELECT is in the generated defines.h which may not be force-included for .c files on all build systems. Use platform flags directly in the .c file; .cpp/.h files continue using USE_LWIP_FAST_SELECT from the generated defines.
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
496 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
