mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 09:15:19 +00:00
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…
x
Reference in New Issue
Block a user