Merge pull request #6425 from laurentdong/pullrequest1

IF command always report a command error
This commit is contained in:
Theo Arends 2019-09-15 09:01:19 +02:00 committed by GitHub
commit fdd4a8745f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1186,6 +1186,7 @@ void CmndIf()
parameters[XdrvMailbox.data_len] = '\0';
ProcessIfStatement(parameters);
}
ResponseCmndDone();
}
/********************************************************************************************/