mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 00:05:43 +00:00
Enable readability-named-parameter check (#3098)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -299,7 +299,7 @@ class WiFiComponent : public Component {
|
||||
void wifi_scan_done_callback_();
|
||||
#endif
|
||||
#ifdef USE_ESP_IDF
|
||||
void wifi_process_event_(IDFWiFiEvent *);
|
||||
void wifi_process_event_(IDFWiFiEvent *data);
|
||||
#endif
|
||||
|
||||
std::string use_address_;
|
||||
|
||||
Reference in New Issue
Block a user