1
0
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:
tomaszduda23
2024-08-13 21:58:30 +02:00
committed by GitHub
parent f81ce2c707
commit 2e58297a16
11 changed files with 23 additions and 2 deletions

View File

@@ -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