Big wheaterstation update #2

Closed
klaute wants to merge 19 commits from master into feature/http_call_send_json
Showing only changes of commit 3f0e0731d6 - Show all commits

View file

@ -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)