[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
@@ -1,6 +1,7 @@
#include "wifi_component.h"
#ifdef USE_WIFI
#ifdef USE_RP2040
#include "lwip/dns.h"
@@ -218,3 +219,4 @@ void WiFiComponent::wifi_pre_setup_() {}
} // namespace esphome
#endif
#endif