ESPHome  2023.5.5
ethernet_info_text_sensor.cpp
Go to the documentation of this file.
2 #include "esphome/core/log.h"
3 
4 #ifdef USE_ESP32_FRAMEWORK_ARDUINO
5 
6 namespace esphome {
7 namespace ethernet_info {
8 
9 static const char *const TAG = "ethernet_info";
10 
11 void IPAddressEthernetInfo::dump_config() { LOG_TEXT_SENSOR("", "EthernetInfo IPAddress", this); }
12 
13 } // namespace ethernet_info
14 } // namespace esphome
15 
16 #endif // USE_ESP32_FRAMEWORK_ARDUINO
Definition: a4988.cpp:4