From 1aeb66d6c93034432181f2d0ec2a0452fcd43185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 13 Feb 2017 20:49:37 +0100 Subject: [PATCH] LED in 1CH uses inverted logic --- code/espurna/config/hardware.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index f01be7b0..49323706 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -187,7 +187,7 @@ #define RELAY1_PIN 12 #define RELAY1_PIN_INVERSE 0 #define LED1_PIN 13 - #define LED1_PIN_INVERSE 0 + #define LED1_PIN_INVERSE 1 // ----------------------------------------------------------------------------- // Electrodragon boards