1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Remove baud check in tuya dump_config (#4298)

This commit is contained in:
Jesse Hills
2023-01-16 17:32:15 +13:00
committed by GitHub
parent a45646af1b
commit 3d2d681a7b

View File

@@ -66,7 +66,6 @@ void Tuya::dump_config() {
LOG_PIN(" Status Pin: ", this->status_pin_.value()); LOG_PIN(" Status Pin: ", this->status_pin_.value());
} }
ESP_LOGCONFIG(TAG, " Product: '%s'", this->product_.c_str()); ESP_LOGCONFIG(TAG, " Product: '%s'", this->product_.c_str());
this->check_uart_settings(9600);
} }
bool Tuya::validate_message_() { bool Tuya::validate_message_() {