mirror of
https://github.com/esphome/esphome.git
synced 2026-01-21 02:19:10 -07:00
wip
This commit is contained in:
@@ -1640,10 +1640,8 @@ void WiFiComponent::advance_to_next_target_or_increment_retry_() {
|
||||
}
|
||||
|
||||
void WiFiComponent::retry_connect() {
|
||||
// Reset roaming state if this wasn't a roaming-initiated disconnect
|
||||
if (!this->roaming_in_progress_) {
|
||||
this->clear_roaming_state_();
|
||||
}
|
||||
// Reset roaming state when entering retry flow
|
||||
this->clear_roaming_state_();
|
||||
|
||||
this->log_and_adjust_priority_for_failed_connect_();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user