mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 17:48:40 +00:00
159485f8a936c949e305e11df37a1c3db4069ed7
Add a separate no-argument status_set_warning() that delegates to the LogString* overload, matching the existing status_set_error() pattern. This allows the linker to garbage-collect the const char* overload in firmware that only uses no-arg or LOG_STR() calls. Migrate static string literal callers to LOG_STR() so the const char* overload can be eliminated in most builds.
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++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
