[FL-1956] Fix long packets bug, fix Manchester overrun (#766)
Also fix RC6 test to detect this manchester bug
This commit is contained in:
@@ -11,6 +11,11 @@ typedef struct {
|
||||
bool toggle;
|
||||
} IrdaRc5Decoder;
|
||||
|
||||
IrdaMessage* irda_decoder_rc5_check_ready(void* ctx) {
|
||||
IrdaRc5Decoder* decoder = ctx;
|
||||
return irda_common_decoder_check_ready(decoder->common_decoder);
|
||||
}
|
||||
|
||||
bool irda_decoder_rc5_interpret(IrdaCommonDecoder* decoder) {
|
||||
furi_assert(decoder);
|
||||
|
||||
|
Reference in New Issue
Block a user