mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
Cosmetics
This commit is contained in:
parent
ee0da57796
commit
5f1152166d
2 changed files with 6 additions and 0 deletions
|
@ -42,6 +42,9 @@ void menuRadioSpectrumAnalyser(event_t event)
|
|||
SUBMENU("SPECTRUM ANALYSER", 1, {1});
|
||||
|
||||
if (menuEvent) {
|
||||
const char * message = "Stopping...";
|
||||
lcdDrawText(LCD_W / 2 - getTextWidth(message) / 2, 4*FH, message);
|
||||
lcdRefresh();
|
||||
pausePulses();
|
||||
moduleSettings[g_moduleIdx].mode = MODULE_MODE_NORMAL;
|
||||
/* wait 500ms off */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue