Skip to content

Commit

Permalink
no longer restart spectrum demod when retuned
Browse files Browse the repository at this point in the history
  • Loading branch information
ka9q committed May 3, 2024
1 parent 8340373 commit 9beed0c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions radio_status.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ bool decode_radio_commands(struct channel *chan,uint8_t const *buffer,int length
{
double const f = fabs(decode_double(cp,optlen));
if(isfinite(f)){
if(f != chan->tune.freq && chan->demod_type == SPECT_DEMOD)
restart_needed = true; // Easier than trying to handle it inline

if(Verbose > 1)
fprintf(stdout,"set ssrc %u freq = %'.3lf\n",ssrc,f);

Expand Down

0 comments on commit 9beed0c

Please sign in to comment.