add missing Response to SetPv

This commit is contained in:
Marcus 2021-01-09 18:05:54 +01:00
parent 02d8715d3d
commit d54ee12441

View File

@ -266,6 +266,7 @@ void CmndSetPv(void) {
// this runs it at the next second
Pid.run_pid_now = true;
}
ResponseCmndNumber(atof(XdrvMailbox.data));
}
void CmndSetSp(void) {