mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 00:02:21 +01:00
[code-quality] fix clang-tidy wifi related (#7254)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "wifi_component.h"
|
||||
#include "esphome/core/defines.h"
|
||||
|
||||
#ifdef USE_WIFI
|
||||
#ifdef USE_ESP8266
|
||||
|
||||
#include <user_interface.h>
|
||||
@@ -834,3 +835,4 @@ void WiFiComponent::wifi_loop_() {}
|
||||
} // namespace esphome
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user