1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-18 15:55:46 +00:00
This commit is contained in:
J. Nick Koston
2025-11-09 16:56:28 -06:00
parent b232aafaa3
commit 6a59e4a993

View File

@@ -1058,6 +1058,8 @@ bool WiFiComponent::transition_to_phase_(WiFiRetryPhase new_phase) {
// Starting hidden mode - reset to first SSID to try all configured networks
if (old_phase == WiFiRetryPhase::SCAN_CONNECTING) {
this->selected_sta_index_ = 0;
// Clear scan results since we're trying hidden mode (no scan data to use)
this->scan_result_.clear();
}
break;