1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +00:00

Merge branch 'clang-tidy1' into nrf52_core

This commit is contained in:
Tomasz Duda 2024-08-07 19:55:44 +02:00
commit 05f9c8ab65

View File

@ -11,7 +11,7 @@
namespace esphome {
namespace sprinkler {
const char *MIN_STR = "min";
static const char *MIN_STR = "min";
enum SprinklerState : uint8_t {
// NOTE: these states are used by both SprinklerValveOperator and Sprinkler (the controller)!