Closed puhycz closed 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.
`
const IPAddress ipHomeGW(192.168.1.1);
if (Ping.ping(ipHomeGW)) {} //still return false
Sorry, it fixed it here: https://github.com/dancol90/ESP8266Ping/issues/41
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
`