mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2024-11-04 16:17:20 -05:00
Force frequency change after recall. Unfortunately, this puts us just 4 bytes over the limit
This commit is contained in:
parent
a138490dcc
commit
2a412fd34a
@ -7,6 +7,7 @@
|
||||
#include "nano_gui.h"
|
||||
#include "scratch_space.h"
|
||||
#include "settings.h"
|
||||
#include "tuner.h"
|
||||
#include "utils.h"
|
||||
|
||||
static const unsigned int LAYOUT_BUTTON_X = 180;
|
||||
@ -69,6 +70,7 @@ void osQuickListRecall(uint8_t index)
|
||||
{
|
||||
SetActiveVfoFreq(globalSettings.quickList[index].frequency);
|
||||
SetActiveVfoMode(globalSettings.quickList[index].mode);
|
||||
setFrequency(GetActiveVfoFreq());
|
||||
}
|
||||
|
||||
void osQuickListSave(uint8_t index)
|
||||
|
Loading…
Reference in New Issue
Block a user