mirror of
https://github.com/esphome/esphome.git
synced 2026-02-21 08:55:36 -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() {
|
void WiFiComponent::retry_connect() {
|
||||||
// Reset roaming state if this wasn't a roaming-initiated disconnect
|
// Reset roaming state when entering retry flow
|
||||||
if (!this->roaming_in_progress_) {
|
this->clear_roaming_state_();
|
||||||
this->clear_roaming_state_();
|
|
||||||
}
|
|
||||||
|
|
||||||
this->log_and_adjust_priority_for_failed_connect_();
|
this->log_and_adjust_priority_for_failed_connect_();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user