mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 15:26:01 +00:00
Run clang-tidy against ESP32 (#2147)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Otto winter <otto@otto-winter.com>
This commit is contained in:
@@ -48,7 +48,7 @@ class EthernetComponent : public Component {
|
||||
void set_mdio_pin(uint8_t mdio_pin);
|
||||
void set_type(EthernetType type);
|
||||
void set_clk_mode(eth_clock_mode_t clk_mode);
|
||||
void set_manual_ip(ManualIP manual_ip);
|
||||
void set_manual_ip(const ManualIP &manual_ip);
|
||||
|
||||
IPAddress get_ip_address();
|
||||
std::string get_use_address() const;
|
||||
|
||||
Reference in New Issue
Block a user