mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
[code-quality] fix clang-tidy wifi related (#7254)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "wifi_component.h"
|
||||
|
||||
#ifdef USE_WIFI
|
||||
#ifdef USE_ESP32_FRAMEWORK_ARDUINO
|
||||
|
||||
#include <esp_netif.h>
|
||||
@@ -802,3 +803,4 @@ network::IPAddress WiFiComponent::wifi_dns_ip_(int num) { return network::IPAddr
|
||||
} // namespace esphome
|
||||
|
||||
#endif // USE_ESP32_FRAMEWORK_ARDUINO
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user