Force frequency change after recall. Unfortunately, this puts us just 4 bytes over the limit

This commit is contained in:
Reed Nightingale 2020-05-04 22:06:47 -07:00
parent a138490dcc
commit 2a412fd34a
1 changed files with 2 additions and 0 deletions

View File

@ -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)