[sprinkler] Eliminate std::string heap allocations

This commit is contained in:
J. Nick Koston
2026-01-19 15:26:57 -10:00
parent dd851509a5
commit 916d802a9e
+1 -1
View File
@@ -504,7 +504,7 @@ class Sprinkler : public Component {
uint32_t start_delay_{0};
uint32_t stop_delay_{0};
const char *name_;
const char *name_{""};
/// Sprinkler controller state
SprinklerState state_{IDLE};