Browse Source

fix led invert for yjzk switches (#1779)

Signed-off-by: Michael Murton <6764025+CrazyIvan359@users.noreply.github.com>
master
Michael Murton 5 years ago
committed by Max Prokhorov
parent
commit
48699e62a0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      code/espurna/config/hardware.h

+ 3
- 3
code/espurna/config/hardware.h View File

@ -975,7 +975,7 @@
// LEDs
#define LED1_PIN 13
#define LED1_PIN_INVERSE 0
#define LED1_PIN_INVERSE 1
#elif defined(YJZK_SWITCH_2CH)
@ -1013,7 +1013,7 @@
// LEDs
#define LED1_PIN 13
#define LED1_PIN_INVERSE 0
#define LED1_PIN_INVERSE 1
// YJZK 3CH switch
// Also Lixin Touch Wifi 3M
@ -1065,7 +1065,7 @@
// LEDs
#define LED1_PIN 13
#define LED1_PIN_INVERSE 0
#define LED1_PIN_INVERSE 1
// -----------------------------------------------------------------------------
// Electrodragon boards


Loading…
Cancel
Save