Don't use the 64 training bits for detecting the header. Just the synchronization bits and also allow transitioning directly from waiting on sync bits to voice frames if we detect a data_sync frame

This commit is contained in:
Ed Gonzalez 2015-06-16 15:32:59 -05:00
parent 843d734b60
commit 8cac900b72
2 changed files with 15 additions and 13 deletions

View file

@ -579,7 +579,7 @@ static void* _sched_waveform_thread(void* param)
void sched_waveform_Init(void)
{
dstar_FECTest();
//dstar_FECTest();
//exit(0);
_dstar = dstar_createMachine();