mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 18:46:02 +00:00
dd2c5838e1c8d7560bc1f1f02e769fa904ebd388
The struct + constexpr namespace approach caused the compiler to materialize POLLING_UPDATE as a 4-byte symbol. An enum class with uint32_t underlying type gives the same type safety but enum values are true compile-time constants that never get materialized.
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
585 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
