mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
Add additional custom lint checks (#790)
This commit is contained in:
@@ -481,7 +481,7 @@ void WiFiComponent::retry_connect() {
|
||||
// If retry failed for more than 5 times, let's restart STA
|
||||
ESP_LOGW(TAG, "Restarting WiFi adapter...");
|
||||
this->wifi_mode_(false, {});
|
||||
delay(100);
|
||||
delay(100); // NOLINT
|
||||
this->num_retried_ = 0;
|
||||
} else {
|
||||
this->num_retried_++;
|
||||
|
Reference in New Issue
Block a user