diff --git a/code/src/config/hardware.h b/code/src/config/hardware.h index 0d06161b..2fa8d1cc 100644 --- a/code/src/config/hardware.h +++ b/code/src/config/hardware.h @@ -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) // -----------------------------------------------------------------------------