Get the users ping to a web address
ping.getPing(string: address)
Return's an interger. Example:
var ping = ping.getPing(8.8.8.8); client.print(`${ping}ms to google`);
Last updated 5 months ago
Was this helpful?