aREST icon indicating copy to clipboard operation
aREST copied to clipboard

aREST Library compilation error on Controllino

Open apetitjean opened this issue 7 years ago • 3 comments

Hi!

This is a cross post, see the original thread here: https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library/issues/23

FYI before the update, it worked except the PIN numbers were not exactly the same.

apetitjean avatar Sep 07 '18 12:09 apetitjean

Hi, the problem is compatibility between new Ethernet library and aREST library. The old Ethernet library defines ethernet_h and the new one ethernet_h_ .

CONTROLLINO-Support avatar Sep 07 '18 13:09 CONTROLLINO-Support

Thanks to the answer here, it's working now: https://github.com/CONTROLLINO-PLC/CONTROLLINO_Library/issues/23

By the way, Controllino said:

To solve this issue properly, author of aREST should update the library header to use also ethernet_h_ .

Are you aware of this issue?

apetitjean avatar Oct 17 '18 08:10 apetitjean

Hi,

Happy to hear it's working! I am aware of the Ethernet library, still trying to make it work inside the code for all cases without breaking changes for people that use the old one :)

marcoschwartz avatar Oct 20 '18 13:10 marcoschwartz