Play current frequency when VFO is selected
This commit is contained in:
parent
423246f2b8
commit
2d3cc48b19
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user