mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 19:16:06 +00:00
478f12f75e8446b5e83debc5512e93a7a5483913
The const qualifier allows compiler optimization that bypasses our indirection workaround, causing PC-relative relocations that fail on some platforms. Keep variables non-const to force data section relocations.
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
614 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
