This commit is contained in:
David Myers
2016-12-15 10:10:16 -05:00
parent afe8defa4c
commit d30cd2b072

View File

@@ -85,6 +85,19 @@
#define LED_PIN 16
#define LED_PIN_INVERSE 1
// -----------------------------------------------------------------------------
// WorkChoice ecoPlug
// -----------------------------------------------------------------------------
#elif defined(ECOPLUG)
#define MANUFACTURER "WORKCHOICE"
#define DEVICE "ECOPLUG"
#define BUTTON_PIN 13
#define RELAY_PIN 15
#define LED_PIN 2
#define LED_PIN_INVERSE 1
// -----------------------------------------------------------------------------
// ESPurna board (still beta)
// -----------------------------------------------------------------------------