Merge remote-tracking branch 'origin/ethernet-rp2040-w5500-impl' into integration

This commit is contained in:
J. Nick Koston
2026-03-14 17:14:57 -10:00
@@ -180,6 +180,7 @@ void EthernetComponent::dump_config() {
network::IPAddresses EthernetComponent::get_ip_addresses() {
network::IPAddresses addresses;
if (this->eth_ != nullptr) {
LwIPLock lock;
addresses[0] = network::IPAddress(this->eth_->localIP());
}
return addresses;