Browse Source

Adding hardware definition for esp8266 device available in USA ( https://www.walmart.com/ip/Generic-CT-065W-WorkChoice-1-Ol-Wi-Fi-Indoor-Switch-White/46721978 ).

fastled
David Myers 7 years ago
parent
commit
d30cd2b072
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 16
#define LED_PIN_INVERSE 1 #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) // ESPurna board (still beta)
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------


Loading…
Cancel
Save