mirror of
https://codeberg.org/mclemens/ubitxv6.git
synced 2025-07-05 17:27:48 -04:00
Play current frequency on entering
This commit is contained in:
parent
bba125590b
commit
4582521f1b
@ -39,6 +39,8 @@ void drawMainMenu(void)
|
|||||||
memcpy_P(&button,bp,sizeof(button));
|
memcpy_P(&button,bp,sizeof(button));
|
||||||
drawButton(&button);
|
drawButton(&button);
|
||||||
}
|
}
|
||||||
|
ltoa(GetActiveVfoFreq(),b,10);
|
||||||
|
morseText(b);
|
||||||
}
|
}
|
||||||
|
|
||||||
void mainMenuTune(int16_t knob)
|
void mainMenuTune(int16_t knob)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user