This commit is contained in:
iceman1001
2020-04-08 05:27:54 +02:00
parent a42a817ff3
commit 342a85ef7e

View File

@@ -609,6 +609,6 @@ void OnSuccess() {
}
void OnError(uint8_t reason) {
reply_old(CMD_ACK, 0, reason, 0, 0, 0);
reply_mix(CMD_ACK, 0, reason, 0, 0, 0);
OnSuccess();
}