Skip to content

Commit

Permalink
Merged in brahmafear/espurna/DWM_Ecoplug (pull request #1)
Browse files Browse the repository at this point in the history
Hardware ecoplug addition.
  • Loading branch information
xoseperez committed Dec 15, 2016
2 parents afe8def + d30cd2b commit b8e6b4c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions code/src/config/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
// -----------------------------------------------------------------------------
Expand Down

0 comments on commit b8e6b4c

Please sign in to comment.