mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
05fd2f9a2f821cfdbe823436981032903a87522f
Convert buf_append_printf calls that use only literal format strings or %s specifiers over to buf_append_str, which avoids pulling in printf machinery on all platforms and keeps literals in flash on ESP8266 via the PSTR()-wrapping macro introduced in #15738. Format strings with numeric specifiers (PRIu32, %u, PRIX32, etc.) are kept on buf_append_printf. Runtime %s calls in debug_esp8266.cpp stay as-is because the ESP8266 buf_append_str macro requires a string literal for PSTR().
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
545 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
