mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Don't check uart settings for modbus (#1850)
This commit is contained in:
parent
d1c6368283
commit
9a2cd71571
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ bool Modbus::parse_modbus_byte_(uint8_t byte) {
|
|||
void Modbus::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "Modbus:");
|
||||
LOG_PIN(" Flow Control Pin: ", this->flow_control_pin_);
|
||||
this->check_uart_settings(9600, 2);
|
||||
}
|
||||
float Modbus::get_setup_priority() const {
|
||||
// After UART bus
|
||||
|
|
Loading…
Reference in a new issue