dvarrel / ESPping

Apache License 2.0
14 stars 2 forks source link

Quiet mode, please? #7

Closed SteveRMann closed 7 months ago

SteveRMann commented 11 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.

dvarrel commented 11 months ago

these debug data are not in my library...

see here : https://github.com/dvarrel/ESPping/issues/6