From 5bb1a0386807bf9dcd548e56f34b1c20cc850b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 9 Aug 2017 23:53:52 +0200 Subject: [PATCH] Increased relay count to 6 for the RFBridge --- 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 f7f50f4b..4b2f7f84 100644 --- a/code/espurna/config/hardware.h +++ b/code/espurna/config/hardware.h @@ -235,7 +235,7 @@ #define SERIAL_BAUDRATE 19200 #undef RELAY_PROVIDER #define RELAY_PROVIDER RELAY_PROVIDER_RFBRIDGE - #define DUMMY_RELAY_COUNT 4 + #define DUMMY_RELAY_COUNT 6 #define TRACK_RELAY_STATUS 0 // -----------------------------------------------------------------------------