mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 00:02:21 +01:00
Fix addressable effects (#590)
This commit is contained in:
@@ -476,6 +476,7 @@ void WiFiComponent::wifi_scan_done_callback_(void *arg, STATUS status) {
|
||||
|
||||
if (status != OK) {
|
||||
ESP_LOGV(TAG, "Scan failed! %d", status);
|
||||
this->retry_connect();
|
||||
return;
|
||||
}
|
||||
auto *head = reinterpret_cast<bss_info *>(arg);
|
||||
|
Reference in New Issue
Block a user