guy_c
1
When compiling the from playground example it says
C:\Users\Guy\Documents\Arduino\libraries\icmpping\ICMPPing.cpp:11:18: fatal error: util.h: No such file or directory
#include <util.h>
^
compilation terminated.
Error compiling.
Please help
It would appear that util.h is missing from the library download.
I just downloaded and installed the latest development version and the Ping example compiled fine. I suspect you didn't install it right.
guy_c
4
johnwasser:
I just downloaded and installed the latest development version and the Ping example compiled fine. I suspect you didn't install it right.
tried again and it did work ok. Thank you
Without other network params for Ethernet.begin the example won't always work though