BlakeFoster / Arduino-Ping

ICMP ping library for the Arduino
58 stars 44 forks source link

No longer compatible with built in ethernet library #15

Open gerakis opened 5 years ago

gerakis commented 5 years ago

I cant compile this library. Upon testing, if I revert the built in ethernet library back to version 1.1.1 then it compiles perfectly. 1.1.2 or the newer 2.0.0 both cause it to fail to compile for some reason. Does anyone know how to update this library to the modern age?

orichienal commented 5 years ago

same here, and i cant revert the ethernet library

nobody can help ?!?

dmnc-net commented 5 years ago

This issue is duplicate of #13 (lately #16, #17).

Last code commit is 4 years old so I wouldn't expect any progress here. And 10 opened issues (1 closed) speaks for themselves.

nobody can help ?!?

Yes, Google can. I found some solution which can probably work, more at issue #16

andrew-susanto commented 3 years ago

I just create some update on issue #13. You can read the fixes there. I tested on my arduino uno + Ethernet shield W5100.