Fix
This commit is contained in:
parent
4802d99ade
commit
d3a8549fab
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue