Browse Source

Add #define RELAY1_PIN_INVERSE 0 to hardware.h

fastled
denisfrench 7 years ago
parent
commit
7b924a73d2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/config/hardware.h

+ 1
- 0
code/espurna/config/hardware.h View File

@ -195,6 +195,7 @@
#define DEVICE "WIFI_RELAY" #define DEVICE "WIFI_RELAY"
#define BUTTON1_PIN 0 #define BUTTON1_PIN 0
#define RELAY1_PIN 12 #define RELAY1_PIN 12
#define RELAY1_PIN_INVERSE 0
#define LED1_PIN 16 #define LED1_PIN 16
#define LED1_PIN_INVERSE 0 #define LED1_PIN_INVERSE 0


Loading…
Cancel
Save