marian-craciunescu / ESP32Ping

Ping library for ESP32 Arduino core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ping result 0ms

cod3r-dev opened this issue · comments

Ping.averageTime();

I get always 0 !!! Why ?

Lonin esp32

Hi,
For the valid hosts, be aware that in latest version averageTime is float, not int anymore.
For the not-reachable hosts, there is a bug, and the bugfix is ... ongoing , let's say. (see #20 ).