fix: add command data to cmnd response (#19524)

This commit is contained in:
Paul Blacknell 2023-09-15 21:16:27 +01:00 committed by GitHub
parent c5100044d2
commit d2aee662fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,7 +242,9 @@ bool Rg15Command(void) {
Rg15.init_step = 5; // Perform RG-15 init
}
ResponseCmndDone();
ResponseCmndIdxChar(XdrvMailbox.data);
} else {
ResponseCmndIdxError();
}
return serviced;