1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 16:42:19 +01:00
This commit is contained in:
J. Nick Koston
2025-09-26 23:27:04 -05:00
parent e2c637cf48
commit 0fb3d7550e

View File

@@ -817,7 +817,6 @@ size_t ESPHomeOTAComponent::get_auth_hex_size_() const {
void ESPHomeOTAComponent::cleanup_auth_() { void ESPHomeOTAComponent::cleanup_auth_() {
this->auth_buf_ = nullptr; this->auth_buf_ = nullptr;
this->auth_buf_size_ = 0;
this->auth_buf_pos_ = 0; this->auth_buf_pos_ = 0;
this->auth_type_ = 0; this->auth_type_ = 0;
} }