Big wheaterstation update #2
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ void wifiConnectionCheck() {
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
#ifdef ENABLE_PING_HOST_TEST
|
#ifdef ENABLE_PING_HOST_TEST
|
||||||
debug("Ping 192.168.0.85");
|
debug("Ping " + String(PING_HOST_IP));
|
||||||
success = Ping.ping(PING_HOST_IP, 3);
|
success = Ping.ping(PING_HOST_IP, 3);
|
||||||
|
|
||||||
if (success)
|
if (success)
|
||||||
|
|
Loading…
Reference in a new issue