This commit is contained in:
Barbudor 2021-05-15 17:33:18 +02:00
parent 2e1ac3581f
commit 823e6b84d2
1 changed files with 0 additions and 10 deletions

View File

@ -357,16 +357,6 @@ void CmndPing(void) {
} else if (-1 == res) {
ResponseCmndChar_P(PSTR("Ping already ongoing for this IP"));
} else {
/*
Response_P(PSTR("{\"" D_JSON_PING "\":{\"%s\":{"
"\"Reachable\":false"
",\"IP\":\"\""
",\"Success\":false"
"}}}"),
XdrvMailbox.data
);
MqttPublishPrefixTopicRulesProcess_P(RESULT_OR_TELE, PSTR(D_JSON_PING));
*/
ResponseCmndChar_P(PSTR("Unable to resolve IP address"));
}
}