I have this error when running the rEthernetadvanced library:
How can I fix the error?
rEthernetAdvanced.cpp:18:19: error: 'class EthernetClass' has no member named 'linkSpeed'; did you mean 'linkStatus'?
return Ethernet.linkSpeed();
^~~~~~~~~
linkStatus
C:\Users\RAFABR~1\Desktop\INDUST~1\B4RIND~1\Objects\bin\sketch\rEthernetAdvanced.cpp: In member function 'Byte B4R::B4REthernet::GetLinkDPX()':
rEthernetAdvanced.cpp:22:19: error: 'class EthernetClass' has no member named 'linkDPX'
return Ethernet.linkDPX();
^~~~~~~
How can I fix the error?