Add GPIO0 OUT

This commit is contained in:
iranl
2025-02-20 22:43:35 +01:00
parent fb178e0bf8
commit 6bfb826471
3 changed files with 7 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ std::string NetworkUtil::GetCustomEthernetDeviceName(int custPHY)
case 5:
return"Custom (RTL8201)";
case 6:
return "Custom (TLK110)";
return "Custom (TLK110/IP101)";
case 7:
return "Custom (DP83848)";
case 8:
@@ -113,6 +113,9 @@ eth_clock_mode_t NetworkUtil::GetCustomClock(int custCLKpref)
case 0:
return ETH_CLOCK_GPIO0_IN;
break;
case 1:
return ETH_CLOCK_GPIO0_OUT;
break;
case 2:
return ETH_CLOCK_GPIO16_OUT;
break;