This commit is contained in:
Marius Muja 2024-01-09 15:22:20 -08:00
parent 4802d99ade
commit d3a8549fab
1 changed files with 2 additions and 2 deletions

View File

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