Skip to content

Commit 4ad6902

Browse files
authored
Remove unrelated code to support ETH_PHY_JL1101
1 parent 257a99f commit 4ad6902

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/Ethernet/src/ETH.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ bool ETHClass::begin(eth_phy_type_t type, uint8_t phy_addr, int mdc, int mdio, i
149149
case ETH_PHY_DP83848:
150150
phy = esp_eth_phy_new_dp83848(&phy_config);
151151
break;
152-
case ETH_PHY_JL1101:
153-
phy = esp_eth_phy_new_jl1101(&phy_config);
154-
break;
155152
case ETH_PHY_KSZ8041:
156153
phy = esp_eth_phy_new_ksz80xx(&phy_config);
157154
break;

0 commit comments

Comments
 (0)