PTP (IEEE 1588) Library

All the examples should compile. I removed `stdPrint` (in favour of some other things) in v0.20.0. Are you sure you have the latest library version with all the matching examples?
 
I had cloned your repo under my ~/Arduino directory and was trying to build/run from there. I was getting the compile error. I went into the Arduino IDE and installed QNEthernet from there, which copied it to ~/Arduino/libraries/QNEthernet. Now when I load/build/run from there it works. Thanks.
 
Back
Top