From 034a338a819a39c9cf939e0a7091d8a10c9ae187 Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Tue, 30 Sep 2025 12:16:51 +0200 Subject: [PATCH] set default for serial enable low = 0 --- lib/channel/GwChannelList.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/channel/GwChannelList.cpp b/lib/channel/GwChannelList.cpp index cc70ecc..8a85863 100644 --- a/lib/channel/GwChannelList.cpp +++ b/lib/channel/GwChannelList.cpp @@ -53,7 +53,7 @@ static int typeFromMode(const char *mode){ #define GWSERIAL_ENA -1 #endif #ifndef GWSERIAL_ELO -#define GWSERIAL_ELO 1 +#define GWSERIAL_ELO 0 #endif #ifndef GWSERIAL_BAUD #define GWSERIAL_BAUD -1 @@ -76,7 +76,7 @@ CFG_SERIAL(SERIAL1_CHANNEL_ID, GWSERIAL_RX, GWSERIAL_TX, typeFromMode(GWSERIAL_M #define GWSERIAL2_ENA -1 #endif #ifndef GWSERIAL2_ELO -#define GWSERIAL2_ELO 1 +#define GWSERIAL2_ELO 0 #endif #ifndef GWSERIAL2_BAUD #define GWSERIAL2_BAUD -1