mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
CMS exit/save popup menu
Adds a new exit/save menu that can be displayed at any time using the yaw-right stick command. Yaw-left still functions as "back". Allows the user to save their settings even while nested deep in multiple menus. Previously the user was required to back up all the way to the top level menu to save or exit.
This commit is contained in:
parent
d76807fd33
commit
5b5581fa2a
6 changed files with 109 additions and 2 deletions
|
@ -106,6 +106,7 @@ cli_unittest_DEFINES := \
|
|||
|
||||
cms_unittest_SRC := \
|
||||
$(USER_DIR)/cms/cms.c \
|
||||
$(USER_DIR)/cms/cms_menu_saveexit.c \
|
||||
$(USER_DIR)/common/typeconversion.c \
|
||||
$(USER_DIR)/drivers/display.c
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue