mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Remove baud check in tuya dump_config (#4298)
This commit is contained in:
parent
a45646af1b
commit
3d2d681a7b
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ void Tuya::dump_config() {
|
|||
LOG_PIN(" Status Pin: ", this->status_pin_.value());
|
||||
}
|
||||
ESP_LOGCONFIG(TAG, " Product: '%s'", this->product_.c_str());
|
||||
this->check_uart_settings(9600);
|
||||
}
|
||||
|
||||
bool Tuya::validate_message_() {
|
||||
|
|
Loading…
Reference in a new issue