mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-27 10:24:16 +01:00
Change deviation to 1200
This commit is contained in:
parent
a8ef82646c
commit
8b703f8bbc
|
|
@ -80,7 +80,7 @@ static void _handle_status(char* string)
|
|||
// we are now in DSTR mode
|
||||
output(ANSI_MAGENTA "slice %d is now in DSTR mode\n",slc);
|
||||
char cmd[512] = {0};
|
||||
sprintf(cmd, "slice s %d fm_deviation=1250 post_demod_low=0 post_demod_high=6000 dfm_pre_de_emphasis=0 post_demod_bypass=1 squelch=0", slc);
|
||||
sprintf(cmd, "slice s %d fm_deviation=1200 post_demod_low=0 post_demod_high=6000 dfm_pre_de_emphasis=0 post_demod_bypass=1 squelch=0", slc);
|
||||
tc_sendSmartSDRcommand(cmd,FALSE, NULL);
|
||||
|
||||
sched_waveform_setDSTARSlice(slc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue