From d3a8549fabeb5785db25746a9e718e5d9f459ce5 Mon Sep 17 00:00:00 2001 From: Marius Muja Date: Tue, 9 Jan 2024 15:22:20 -0800 Subject: [PATCH] Fix --- components/ratgdo/secplus1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ratgdo/secplus1.cpp b/components/ratgdo/secplus1.cpp index 5b6d39b..7a5e1c3 100644 --- a/components/ratgdo/secplus1.cpp +++ b/components/ratgdo/secplus1.cpp @@ -20,8 +20,8 @@ namespace secplus1 { this->rx_pin_ = rx_pin; this->sw_serial_.begin(1200, SWSERIAL_8E1, rx_pin->get_pin(), tx_pin->get_pin(), true); - this->sw_serial_.enableIntTx(false); - this->sw_serial_.enableAutoBaud(true); + // this->sw_serial_.enableIntTx(false); + // this->sw_serial_.enableAutoBaud(true); }