mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Don't check uart settings for modbus (#1850)
This commit is contained in:
parent
d1c6368283
commit
9a2cd71571
@ -100,7 +100,6 @@ bool Modbus::parse_modbus_byte_(uint8_t byte) {
|
|||||||
void Modbus::dump_config() {
|
void Modbus::dump_config() {
|
||||||
ESP_LOGCONFIG(TAG, "Modbus:");
|
ESP_LOGCONFIG(TAG, "Modbus:");
|
||||||
LOG_PIN(" Flow Control Pin: ", this->flow_control_pin_);
|
LOG_PIN(" Flow Control Pin: ", this->flow_control_pin_);
|
||||||
this->check_uart_settings(9600, 2);
|
|
||||||
}
|
}
|
||||||
float Modbus::get_setup_priority() const {
|
float Modbus::get_setup_priority() const {
|
||||||
// After UART bus
|
// After UART bus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user