1
0
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:
Otto Winter
2019-06-01 12:00:00 +02:00
committed by GitHub
parent 4e520d13dd
commit f921997ee6
4 changed files with 76 additions and 59 deletions

View File

@@ -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);