From 8b703f8bbc16dbf6fa694455129593cd12a85772 Mon Sep 17 00:00:00 2001 From: Ed Gonzalez Date: Thu, 3 Sep 2015 10:34:33 -0500 Subject: [PATCH] Change deviation to 1200 --- DSP_API/SmartSDR_Interface/status_processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSP_API/SmartSDR_Interface/status_processor.c b/DSP_API/SmartSDR_Interface/status_processor.c index c072849..705ad95 100644 --- a/DSP_API/SmartSDR_Interface/status_processor.c +++ b/DSP_API/SmartSDR_Interface/status_processor.c @@ -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);