1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00
This commit is contained in:
J. Nick Koston
2025-07-21 19:39:23 -10:00
parent 97525cfe87
commit 72fd984d4b
3 changed files with 142 additions and 623 deletions

View File

@@ -1377,7 +1377,6 @@ void APIConnection::complete_authentication_() {
}
bool APIConnection::send_hello_response(const HelloRequest &msg) {
// Process the request first
this->client_info_.name = msg.client_info;
this->client_info_.peername = this->helper_->getpeername();
this->client_api_version_major_ = msg.api_version_major;

File diff suppressed because it is too large Load Diff