Decoded list fix

Fixed the decoded list from growing exponentially, by moving the processSerial function to the decode function. This significantly reduced the audio delay. There still is a slight audio delay that gets output about a second after rekeying. For this fix, the processSerial function in the read thread was commented out and this casued a delay in receiving some of the control signals from the dongle.
This commit is contained in:
Hayley 2019-06-17 14:31:25 -05:00
parent 6965a87b9f
commit 18fba8f75d
2 changed files with 63 additions and 17 deletions

View file

@ -155,7 +155,7 @@ enum {
// Stop Bits
//
#define FT_STOP_BITS_1 (UCHAR) 1
#define FT_STOP_BITS_1 (UCHAR) 0
#define FT_STOP_BITS_2 (UCHAR) 2
//