Browse Source

Merged in brahmafear/espurna/DWM_Ecoplug (pull request #1)

Hardware ecoplug addition.
fastled
Xose Pérez 7 years ago
parent
commit
b8e6b4c8ca
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      code/src/config/hardware.h

+ 13
- 0
code/src/config/hardware.h 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)
// -----------------------------------------------------------------------------


Loading…
Cancel
Save