Skip to content

Commit e068d5f

Browse files
committed
Fix build error
1 parent 4ada3f5 commit e068d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/WiFi/src/ETH.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ bool ETHClass::begin(uint8_t phy_addr, int power, int mdc, int mdio, eth_phy_typ
287287
eth_phy = esp_eth_phy_new_dm9051(&phy_config);
288288
break;
289289
#endif
290-
case ETH_PHY_KSZ8081:
291-
eth_phy = esp_eth_phy_new_ksz8081(&phy_config);
290+
// case ETH_PHY_KSZ8081:
291+
// eth_phy = esp_eth_phy_new_ksz8081(&phy_config);
292292
default:
293293
break;
294294
}

0 commit comments

Comments
 (0)