mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Fix endless 'WiFi Unknown connection status 0' loop (#3530)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
This commit is contained in:
parent
f8969605e8
commit
612822490b
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ void WiFiComponent::check_connecting_finished() {
|
|||
}
|
||||
|
||||
ESP_LOGW(TAG, "WiFi Unknown connection status %d", (int) status);
|
||||
this->retry_connect();
|
||||
}
|
||||
|
||||
void WiFiComponent::retry_connect() {
|
||||
|
|
Loading…
Reference in a new issue