mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Remove baud check in tuya dump_config (#4298)
This commit is contained in:
parent
a45646af1b
commit
3d2d681a7b
@ -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_() {
|
||||||
|
Loading…
Reference in New Issue
Block a user