The community websdr-plus-github can be found here: https://github.com/ny4qphil/PhantomSDR-Plus ..it is compatible with the normal version, but enhanced.

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