marcoschwartz/aREST

To support Ethernet2.h library, this should be "ethernet_h"

yardov opened this issue · 0 comments

This line:

aREST/aREST.h

Line 574 in bcb3e35

#elif defined(ethernet_h_)

Should include the Ethernet2.h support and thus the variable "ethernet_h" should be also added.... (ethernet_h_ || ethernet_h)

Is there any other reason why this variable was not included but the release 2.7.4 says that is supports Ethernet2?