Skip to content

Commit 1db2a40

Browse files
authored
add ETH_PHY_JL1101
1 parent 1788867 commit 1db2a40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Ethernet/src/ETH.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ bool ETHClass::begin(eth_phy_type_t type, int32_t phy_addr, int mdc, int mdio, i
226226
case ETH_PHY_DP83848:
227227
phy = esp_eth_phy_new_dp83848(&phy_config);
228228
break;
229+
case ETH_PHY_JL1101:
230+
phy = esp_eth_phy_new_jl1101(&phy_config);
231+
break;
229232
case ETH_PHY_KSZ8041:
230233
phy = esp_eth_phy_new_ksz80xx(&phy_config);
231234
break;

0 commit comments

Comments
 (0)