GoranRadivojevic / LimeSDR-

GNU General Public License v3.0
10 stars 3 forks source link

Maximum repeater offset is set to 5000kHz #1

Open dakidag opened 6 years ago

dakidag commented 6 years ago

Is there a reason for this? 10000kHz would be better to cover 9,4MHz offset for 70cm repeater.

Console.cs line 3542 this.udFMOffset.Maximum = new decimal(new int[] { 5000, 0, 0, 0});

GoranRadivojevic commented 6 years ago

In my country repeater offset is 1.6MHz (432-438MHz is 70cm band). There is no limitation to offset size because each time on RX/TX sequence Losc is programmed (even if you go beyond band filter limits it will be taken into calculation, cross band for example).