mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
6feb0108f0d6e1de2d6017d8decef113a4d20e13
Apply the same linker wrap technique used on ESP32 (PR #14362) to ESP8266. ESPHome logging uses ets_printf, not libc printf, so the FILE*-based printf path is dead code. The stubs redirect through vsnprintf + fwrite, allowing the linker to GC _vfprintf_r. Savings are smaller than ESP32 (~900 bytes vs ~11 KB) because ESP8266's newlib printf is more modular, but ESP8266 has much less flash headroom so every byte counts.
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
584 MiB
Languages
C++
56.1%
Python
43.3%
C
0.3%
JavaScript
0.2%
