Our current SDR online list: https://list.websdr.fun Paul has done a good job to list them (almost) all. The old ones keep working for some time, but links will be stopped at some point.

Buttons Static IF Filters

Started by Andy R3MAV, Apr 22, 2025, 03:14 PM

Previous topic - Next topic

Andy R3MAV

The bug I noticed in IF Filters Popup has still not been fixed. Namely, in the /frontend/src/App.svelte file.
The following code edit is proposed:

lines

{:else if newbandwidth == 4500}4.5
kHz
{:else if newbandwidth == 5000}5.0
kHz
 

 replace the lines with
                                                                       
                     
{:else if newbandwidth == 6000}6.0
kHz
{:else if newbandwidth == 9000}9.0
kHz
 

After this edit, the appropriate labels will appear on the 6.0 кHz and 9 kHz buttons.

Phil - NY4Q

Thanks Andy; I'll make that change today.

Powered by EzPortal