mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 19:32:19 +01:00
[code-quality] fix clang-tidy wifi related (#7254)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "wifi_component.h"
|
||||
#ifdef USE_WIFI
|
||||
#include <cinttypes>
|
||||
#include <map>
|
||||
|
||||
@@ -856,3 +857,4 @@ WiFiComponent *global_wifi_component; // NOLINT(cppcoreguidelines-avoid-non-con
|
||||
|
||||
} // namespace wifi
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user