B4R Question Compile Error since latest update to V. 3.31

Helmut S

Member
Licensed User
Longtime User
Hello community,

since the latest update to v. 3.31 I get an Error when compiling my code. Arduino IDE v. is 1.9.12. In previous versions it worked all fine.
I have attached a file which contains the complete log.
Can anybody help, please.

Best wishes,

Helmut
 

Attachments

  • Error_2.txt
    983 bytes · Views: 174

Helmut S

Member
Licensed User
Longtime User
I just commented the following lines in rEthernetAdvanced.cpp

//Byte B4REthernet::GetLinkSpeed()
//{
// return Ethernet.linkSpeed();
//}
//Byte B4REthernet::GetLinkDPX()
//{
// return Ethernet.linkDPX();
//}

and it worked!
 
Upvote 0
Top