Browse Source

Fix ecoPlug hardware definition

fastled
Xose Pérez 8 years ago
parent
commit
a6a731e2ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/src/config/hardware.h

+ 1
- 1
code/src/config/hardware.h View File

@ -155,7 +155,7 @@
#define MANUFACTURER "WORKCHOICE" #define MANUFACTURER "WORKCHOICE"
#define DEVICE "ECOPLUG" #define DEVICE "ECOPLUG"
#define BUTTON1_PIN 13 #define BUTTON1_PIN 13
#define RELAY_PIN 15
#define RELAY1_PIN 15
#define LED1_PIN 2 #define LED1_PIN 2
#define LED1_PIN_INVERSE 0 #define LED1_PIN_INVERSE 0


Loading…
Cancel
Save