Fixed ping target string

This commit is contained in:
Kai Lauterbach 2023-04-02 13:29:11 +02:00
parent 6ad9dddb99
commit 3f0e0731d6
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ void wifiConnectionCheck() {
}*/
#ifdef ENABLE_PING_HOST_TEST
debug("Ping 192.168.0.85");
debug("Ping " + String(PING_HOST_IP));
success = Ping.ping(PING_HOST_IP, 3);
if (success)