From 48699e62a0ecbae5254f000936a50d9483110598 Mon Sep 17 00:00:00 2001 From: Michael Murton <6764025+CrazyIvan359@users.noreply.github.com> Date: Sun, 23 Jun 2019 17:18:48 -0400 Subject: [PATCH] fix led invert for yjzk switches (#1779) Signed-off-by: Michael Murton <6764025+CrazyIvan359@users.noreply.github.com> --- code/espurna/config/hardware.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index cae337a3..14c8e5c6 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -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