mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-27 00:17:22 +02:00
[code-quality] fix clang-tidy network (#7266)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "util.h"
|
||||
#include "esphome/core/defines.h"
|
||||
|
||||
#ifdef USE_NETWORK
|
||||
#ifdef USE_WIFI
|
||||
#include "esphome/components/wifi/wifi_component.h"
|
||||
#endif
|
||||
@@ -63,3 +63,4 @@ std::string get_use_address() {
|
||||
|
||||
} // namespace network
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user