fix
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
const char LED_KEY[] = "led";
|
const char LED_KEY[] = "led";
|
||||||
const char DEFAULT_LED[] = "off";
|
const char DEFAULT_LED[] = "off";
|
||||||
const char *ledsActiveStr;
|
const char *ledsActiveStr;
|
||||||
bool ledActive;
|
bool ledsActive;
|
||||||
|
|
||||||
const int GREEN_OUT = 20;
|
const int GREEN_OUT = 20;
|
||||||
const int RED_OUT = 21;
|
const int RED_OUT = 21;
|
||||||
|
Reference in New Issue
Block a user