We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db2a40 commit 1860ba8Copy full SHA for 1860ba8
libraries/Ethernet/src/ETH.h
@@ -92,7 +92,7 @@ typedef enum { ETH_CLOCK_GPIO0_IN, ETH_CLOCK_GPIO0_OUT, ETH_CLOCK_GPIO16_OUT, ET
92
93
typedef enum {
94
#if CONFIG_ETH_USE_ESP32_EMAC
95
- ETH_PHY_LAN8720, ETH_PHY_TLK110, ETH_PHY_RTL8201, ETH_PHY_DP83848, ETH_PHY_KSZ8041, ETH_PHY_KSZ8081,
+ ETH_PHY_LAN8720, ETH_PHY_TLK110, ETH_PHY_RTL8201, ETH_PHY_JL1101, ETH_PHY_DP83848, ETH_PHY_KSZ8041, ETH_PHY_KSZ8081,
96
#endif /* CONFIG_ETH_USE_ESP32_EMAC */
97
#if CONFIG_ETH_SPI_ETHERNET_DM9051
98
ETH_PHY_DM9051,
0 commit comments