From 1ebc1795a297d1b4e8d1aa8a6d2ce56a0eddc571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Thu, 16 Aug 2018 12:43:04 +0200 Subject: [PATCH] Revert DEBUG_SERIAL_SUPPORT for RFRIDGE --- 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 d90de088..17727ee7 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -721,7 +721,7 @@ // the port and remove UART noise on serial line #if not RFB_DIRECT #define SERIAL_BAUDRATE 19200 - //#define DEBUG_SERIAL_SUPPORT 0 + #define DEBUG_SERIAL_SUPPORT 0 #endif #elif defined(ITEAD_SONOFF_B1)