dancol90 / ESP8266Ping

Ping library for ESP8266 Arduino core
GNU Lesser General Public License v2.1
265 stars 136 forks source link

Ping Fail ESP8266 + Platformio Core 6.1.11 / Home 3.4.4 #45

Closed puhycz closed 1 year ago

puhycz commented 1 year ago

Hello,

I try ESP8266Ping on ESP8266 + Platformio Core 6.1.11 / Home 3.4.4 and still return false. It is not working.

Any ideas?

Thanks.

`

include

include

include

include

include

const IPAddress ipHomeGW(192.168.1.1);

if (Ping.ping(ipHomeGW)) {} //still return false

`

puhycz commented 1 year ago

Sorry, it fixed it here: https://github.com/dancol90/ESP8266Ping/issues/41