mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-31 18:18:27 +02:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -149,7 +149,7 @@ bool WiFiComponent::wifi_apply_hostname_() {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
bool WiFiComponent::wifi_sta_connect_(WiFiAP ap) {
|
||||
bool WiFiComponent::wifi_sta_connect_(const WiFiAP &ap) {
|
||||
// enable STA
|
||||
if (!this->wifi_mode_(true, {}))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user