mirror of
https://github.com/esphome/esphome.git
synced 2026-09-18 18:48:39 +00:00
preen
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
#include "esphome/core/log.h"
|
||||
#include "esphome/core/util.h"
|
||||
|
||||
namespace esphome {
|
||||
namespace wifi {
|
||||
namespace esphome::wifi {
|
||||
|
||||
static const char *const TAG = "wifi_lt";
|
||||
|
||||
@@ -497,8 +496,6 @@ network::IPAddress WiFiComponent::wifi_gateway_ip_() { return {WiFi.gatewayIP()}
|
||||
network::IPAddress WiFiComponent::wifi_dns_ip_(int num) { return {WiFi.dnsIP(num)}; }
|
||||
void WiFiComponent::wifi_loop_() {}
|
||||
|
||||
} // namespace wifi
|
||||
} // namespace esphome
|
||||
|
||||
} // namespace esphome::wifi
|
||||
#endif // USE_LIBRETINY
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user