mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-09 01:37:06 +01:00
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 ).
This commit is contained in:
@@ -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)
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user