From 9a2cd715716e3237bfb2e15f89b8b912e70f15ce Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 1 Jun 2021 09:57:03 +1200 Subject: [PATCH] Don't check uart settings for modbus (#1850) --- esphome/components/modbus/modbus.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/modbus/modbus.cpp b/esphome/components/modbus/modbus.cpp index 08eace9ef5..7820e14bf9 100644 --- a/esphome/components/modbus/modbus.cpp +++ b/esphome/components/modbus/modbus.cpp @@ -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