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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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_() {