mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
[ARM boards] Model persistent timers / telemetry / pots positions were not always correctly saved
This commit is contained in:
parent
4a88d3477d
commit
2b32abe467
8 changed files with 40 additions and 45 deletions
|
@ -243,13 +243,7 @@ void menusTask(void * pdata)
|
|||
ledOff();
|
||||
#endif
|
||||
|
||||
#if defined(COLORLCD) || defined(PCBTARANIS)
|
||||
drawSleepBitmap();
|
||||
#else
|
||||
lcdClear();
|
||||
showMessageBox(STR_SHUTDOWN);
|
||||
#endif
|
||||
|
||||
opentxClose();
|
||||
boardOff(); // Only turn power off if necessary
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue