Skip to content

Commit cb807c3

Browse files
committed
ETH: Make eth_handle public.
1 parent 1c0a36c commit cb807c3

File tree

1 file changed

+1
-1
lines changed
  • libraries/Ethernet/src

1 file changed

+1
-1
lines changed

libraries/Ethernet/src/ETH.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ typedef enum { ETH_PHY_LAN8720, ETH_PHY_TLK110, ETH_PHY_RTL8201, ETH_PHY_DP83848
5757
#define ETH_PHY_IP101 ETH_PHY_TLK110
5858

5959
class ETHClass {
60-
private:
60+
public:
6161
bool initialized;
6262
bool staticIP;
6363
#if ESP_IDF_VERSION_MAJOR > 3

0 commit comments

Comments
 (0)