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