From 40b9fdf3b4b733a1baae6368a3c50f2b72fcccf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 22 May 2018 09:05:33 +0200 Subject: [PATCH] Fix Sonoff POW R2 configuration --- code/espurna/config/hardware.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index bb6cc9ef..71aaa864 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -395,8 +395,11 @@ #define RELAY1_TYPE RELAY_TYPE_NORMAL // LEDs - #define LED1_PIN 15 - #define LED1_PIN_INVERSE 0 + #define LED1_PIN 13 + #define LED1_PIN_INVERSE 1 + + // Disable UART noise + #define DEBUG_SERIAL_SUPPORT 0 // CSE7766 #ifndef CSE7766_SUPPORT