mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-21 06:03:49 +00:00
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:
parent
843d734b60
commit
8cac900b72
2 changed files with 15 additions and 13 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue