mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 09:38:42 +00:00
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.