mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 03:06:33 +00:00
fix: add command data to cmnd response (#19524)
This commit is contained in:
parent
c5100044d2
commit
d2aee662fd
@ -242,7 +242,9 @@ bool Rg15Command(void) {
|
||||
Rg15.init_step = 5; // Perform RG-15 init
|
||||
}
|
||||
|
||||
ResponseCmndDone();
|
||||
ResponseCmndIdxChar(XdrvMailbox.data);
|
||||
} else {
|
||||
ResponseCmndIdxError();
|
||||
}
|
||||
|
||||
return serviced;
|
||||
|
Loading…
x
Reference in New Issue
Block a user