mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
fix build error
This commit is contained in:
parent
b8b70de6b6
commit
5b6ebaa653
1 changed files with 1 additions and 1 deletions
|
@ -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)!
|
||||
|
|
Loading…
Reference in a new issue