mirror of
https://github.com/esphome/esphome.git
synced 2026-03-02 02:38:22 -07:00
c4b4d386da51021ef4f49ee9304ac41dd1b5fcc7
LibreTiny forces -O1 globally for BK72xx because the Beken SDK has issues with higher optimization levels. ESPHome code works fine with -Os (used on every other platform), so override it for project source files only via build_src_flags. Also show both optimization levels in the debug banner when they differ (e.g., "Optimization: -Os, SDK: -O1").
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
542 MiB
Languages
C++
64.1%
Python
35.5%
C
0.3%
