mirror of
https://github.com/esphome/esphome.git
synced 2024-12-28 16:31:44 +01:00
rollback
This commit is contained in:
parent
e7b5b8dfbd
commit
578e359eae
2 changed files with 0 additions and 5 deletions
|
@ -3,7 +3,6 @@
|
|||
#include "esphome/components/network/util.h"
|
||||
#include "udp_component.h"
|
||||
|
||||
#ifdef USE_NETWORK
|
||||
namespace esphome {
|
||||
namespace udp {
|
||||
|
||||
|
@ -615,4 +614,3 @@ void UDPComponent::send_ping_pong_request_() {
|
|||
}
|
||||
} // namespace udp
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/defines.h"
|
||||
#ifdef USE_NETWORK
|
||||
#ifdef USE_SENSOR
|
||||
#include "esphome/components/sensor/sensor.h"
|
||||
#endif
|
||||
|
@ -158,4 +156,3 @@ class UDPComponent : public PollingComponent {
|
|||
|
||||
} // namespace udp
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue