mirror of
https://github.com/esphome/esphome.git
synced 2026-02-15 22:09:36 -07: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
319 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
