This commit is contained in:
J. Nick Koston
2026-04-04 00:49:06 -10:00
parent 25f84b99ad
commit c47bdf568b
@@ -205,7 +205,7 @@ class EthernetComponent final : public Component {
int reset_pin_{-1};
int phy_addr_spi_{-1};
int clock_speed_;
spi_host_device_t interface_;
spi_host_device_t interface_{SPI2_HOST};
#ifdef USE_ETHERNET_SPI_POLLING_SUPPORT
uint32_t polling_interval_{0};
#endif