mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
No more quick select function
This commit is contained in:
parent
ec2f6064f4
commit
b91b63615c
3 changed files with 3 additions and 36 deletions
|
@ -356,7 +356,7 @@ void *init_function(void *) {
|
|||
g_menuStack[0] = menuMainView;
|
||||
g_menuStack[1] = menuProcModelSelect;
|
||||
eeReadAll(); //load general setup and selected model
|
||||
checkMem(); //enough eeprom free?
|
||||
checkLowEEPROM(); //enough eeprom free?
|
||||
checkTHR();
|
||||
checkSwitches(); //must be last
|
||||
state = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue