mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-08 01:30:04 +01:00
fix alternate spaces
This commit is contained in:
parent
aac618bfee
commit
942ee637b0
|
|
@ -435,12 +435,12 @@ function demodulator_default_analog(offset_frequency,subtype)
|
|||
this.low_cut=-4000;
|
||||
this.high_cut=4000;
|
||||
}
|
||||
else if(subtype=="dmr" || subtype=="ysf")
|
||||
else if(subtype=="dmr" || subtype=="ysf")
|
||||
{
|
||||
this.low_cut=-4000;
|
||||
this.high_cut=4000;
|
||||
}
|
||||
else if(subtype=="dstar" || subtype=="nxdn")
|
||||
else if(subtype=="dstar" || subtype=="nxdn")
|
||||
{
|
||||
this.low_cut=-3250;
|
||||
this.high_cut=3250;
|
||||
|
|
|
|||
Loading…
Reference in a new issue