Play current frequency when VFO is selected

This commit is contained in:
Reed Nightingale 2020-02-12 22:18:02 -08:00
parent 423246f2b8
commit 2d3cc48b19

View File

@ -368,6 +368,9 @@ void osVfo(const Vfo_e vfo){
globalSettings.activeVfo = vfo;
SaveSettingsToEeprom();
ltoa(GetActiveVfoFreq(),b,10);
morseText(b);
Button button;
memcpy_P(&button,&bVfoA,sizeof(button));
drawButton(&button);