Fix GL-inet GL-S10 v2.1 Ethernet clock pin

This commit is contained in:
DTTerastar 2023-05-23 18:41:46 -04:00
parent 6e4b5edfa0
commit c3eaab9843
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ const ethernet_settings ethernetBoards[] = {
23, // eth_mdc,
18, // eth_mdio,
ETH_PHY_IP101, // eth_type,
ETH_CLOCK_GPIO17_OUT // eth_clk_mode
ETH_CLOCK_GPIO0_IN // eth_clk_mode
}
};