add crcID for accept

This commit is contained in:
2024-02-27 13:02:30 +03:00
parent 909fac5d1a
commit 0166bbfa22
3 changed files with 11 additions and 7 deletions

View File

@ -348,11 +348,11 @@ void status(IR_Decoder& dec) {
// str += (" CRC CALC: "); str += (dec.gotAccept.getCrcCALC()); str += "\n";
str += "\n";
str += (" Data["); str += (dec.gotAccept.getCustomByte()); str += ("]: \n");
str += (" Data: "); str += (dec.gotAccept.getCustomByte());
str += ("\n*******ErrAll: "); str += (dec.gotAccept.getErrorCount()); str += "\n";
str += ("\n\n*******ErrAll: "); str += (dec.gotAccept.getErrorCount()); str += "\n";
str += ("**ErrDistance: "); str += ((int)(dec.gotAccept.getErrorHighSignal() - dec.gotAccept.getErrorLowSignal())); str += "\n";
str += "\n";