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); }