mirror of
https://github.com/arendst/Tasmota.git
synced 2025-08-07 09:57:42 +00:00
Merge pull request #6425 from laurentdong/pullrequest1
IF command always report a command error
This commit is contained in:
commit
fdd4a8745f
@ -1186,6 +1186,7 @@ void CmndIf()
|
|||||||
parameters[XdrvMailbox.data_len] = '\0';
|
parameters[XdrvMailbox.data_len] = '\0';
|
||||||
ProcessIfStatement(parameters);
|
ProcessIfStatement(parameters);
|
||||||
}
|
}
|
||||||
|
ResponseCmndDone();
|
||||||
}
|
}
|
||||||
|
|
||||||
/********************************************************************************************/
|
/********************************************************************************************/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user