aREST
aREST copied to clipboard
aREST Library compilation error on Controllino
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.
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_ .
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?
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 :)