From ca88f3811dd7c00cc65a5fa0117722a062746282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 8 Nov 2017 13:51:18 +0100 Subject: [PATCH] Disable serial debug for RFBridge --- code/espurna/config/hardware.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/hardware.h b/code/espurna/config/hardware.h index 51264ecc..0a4d6cf2 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -479,8 +479,9 @@ #ifndef DUMMY_RELAY_COUNT #define DUMMY_RELAY_COUNT 6 #endif - #define TERMINAL_SUPPORT 0 - #define TRACK_RELAY_STATUS 0 + #define TERMINAL_SUPPORT 0 + #define DEBUG_SERIAL_SUPPORT 0 + #define TRACK_RELAY_STATUS 0 // Buttons #define BUTTON1_PIN 0