mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 23:37:16 +00:00
add missing Response to SetPv
This commit is contained in:
parent
02d8715d3d
commit
d54ee12441
@ -266,6 +266,7 @@ void CmndSetPv(void) {
|
|||||||
// this runs it at the next second
|
// this runs it at the next second
|
||||||
Pid.run_pid_now = true;
|
Pid.run_pid_now = true;
|
||||||
}
|
}
|
||||||
|
ResponseCmndNumber(atof(XdrvMailbox.data));
|
||||||
}
|
}
|
||||||
|
|
||||||
void CmndSetSp(void) {
|
void CmndSetSp(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user