Don't check uart settings for modbus (#1850)

This commit is contained in:
Jesse Hills 2021-06-01 09:57:03 +12:00 committed by GitHub
parent d1c6368283
commit 9a2cd71571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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