1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-04-15 12:00:27 +02:00
parent ee0da57796
commit 5f1152166d
2 changed files with 6 additions and 0 deletions

View file

@ -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 */