1
0
Fork 0
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:
Bruce Luckcuck 2019-01-10 15:02:34 -05:00
parent d76807fd33
commit 5b5581fa2a
6 changed files with 109 additions and 2 deletions

View file

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