A merge between https://github.com/OneOfEleven/uv-k5-firmware-custom and https://github.com/fagci/uv-k5-firmware-fagci-mod
1.32k
stars
423
forks
source link
Feature request for spectrum view: carry over blacklisted frequencies/indexes #572
Open
prokrypt opened 6 months ago
When scrolling through at less than one screenful at a time, it would be very useful to have still-visible blacklisted frequencies carry over.
Alternatively, just have everything default to full screen scrolling instead of half:
.frequencyChangeStep = 2 * 80000,
settings.frequencyChangeStep = 2 * GetBW() >> 1;
(in two places)