mirror of
https://github.com/kamilsss655/uv-k5-firmware-custom
synced 2024-11-22 02:08:48 +00:00
fix spectrum auto adjust freq change step when entered spectrum for first time
This commit is contained in:
parent
8333de6dc8
commit
7e96608fbe
@ -1481,8 +1481,6 @@ void APP_RunSpectrum() {
|
||||
|
||||
BackupRegisters();
|
||||
|
||||
AutoAdjustFreqChangeStep();
|
||||
|
||||
ResetInterrupts();
|
||||
|
||||
// turn of GREEN LED if spectrum was started during active RX
|
||||
@ -1504,6 +1502,8 @@ void APP_RunSpectrum() {
|
||||
BK4819_SetFilterBandwidth(settings.listenBw = BK4819_FILTER_BW_WIDE, false);
|
||||
#endif
|
||||
|
||||
AutoAdjustFreqChangeStep();
|
||||
|
||||
RelaunchScan();
|
||||
|
||||
for (int i = 0; i < 128; ++i) {
|
||||
|
Loading…
Reference in New Issue
Block a user