fix ethernet device constructor call for H2

This commit is contained in:
technyon
2024-08-18 07:28:16 +02:00
parent 1343b9bfa1
commit d1f44dbba6

View File

@@ -313,7 +313,6 @@ void NukiNetwork::setupDevice()
_preferences->getInt(preference_network_custom_sck, -1),
_preferences->getInt(preference_network_custom_miso, -1),
_preferences->getInt(preference_network_custom_mosi, -1),
ETH_PHY_SPI_FREQ_MHZ,
ETH_PHY_W5500);
break;
#endif