ESPHome  2023.11.6
ethernet_info_text_sensor.cpp
Go to the documentation of this file.
2 #include "esphome/core/log.h"
3 
4 #ifdef USE_ESP32
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
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7