mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-12-16 01:19:44 +00:00
add crcID for accept
This commit is contained in:
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user