Closed SteveRMann closed 7 months ago
I just want a simple response if the target is present or not: if (Ping.ping(remote_ip) == 0){
I DO NOT want the library to print other data to my stdout: "ping 5, timeout 0, total payload 160 bytes, 5098 ms"
If I want to see that, then it should be up to me, not the library.
these debug data are not in my library...
see here : https://github.com/dvarrel/ESPping/issues/6
I just want a simple response if the target is present or not: if (Ping.ping(remote_ip) == 0){
I DO NOT want the library to print other data to my stdout: "ping 5, timeout 0, total payload 160 bytes, 5098 ms"
If I want to see that, then it should be up to me, not the library.