mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 23:21:54 +00:00 
			
		
		
		
	Don't check uart settings for modbus (#1850)
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user