This commit is contained in:
kbx81
2026-05-18 18:31:31 -05:00
parent de53e7a6b1
commit 028a54422e

View File

@@ -3,10 +3,6 @@
#ifdef USE_NETWORK
#include "esphome/core/component.h"
#ifdef USE_ESP32
#include "esp_netif.h"
#include "esp_event.h"
#endif
namespace esphome::network {
class NetworkComponent : public Component {
public: