From cde767d83da400a90c1c3bf39379745b18723a68 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 6 Nov 2025 16:12:19 -0600 Subject: [PATCH] improve comment --- esphome/components/wifi/wifi_component.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/wifi/wifi_component.h b/esphome/components/wifi/wifi_component.h index 772d63b701..ad879ef7d5 100644 --- a/esphome/components/wifi/wifi_component.h +++ b/esphome/components/wifi/wifi_component.h @@ -356,7 +356,7 @@ class WiFiComponent : public Component { // SYNCHRONIZATION HELPERS: Encapsulate the relationship between selected_sta_index_ and scan_result_ - // Set selected sta with a temporary scan result (fast connect path) + // Add temporary scan result and set selected sta index (fast connect path) void set_selected_sta_with_scan_(int8_t sta_index, const WiFiScanResult &scan) { #ifdef USE_RP2040 this->scan_result_.clear();