1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Added calibration menu to CMS.

This commit is contained in:
mikeller 2019-11-16 12:24:49 +13:00 committed by Michael Keller
parent c6e5882dd9
commit cedcf2d7e2
41 changed files with 387 additions and 143 deletions

View file

@ -52,6 +52,7 @@ CMS_Menu cmsx_menuSaveExit = {
.onEnter = NULL,
.onExit = NULL,
.checkRedirect = NULL,
.onDisplayUpdate = NULL,
.entries = cmsx_menuSaveExitEntries
};
@ -72,6 +73,7 @@ CMS_Menu cmsx_menuSaveExitReboot = {
.onEnter = NULL,
.onExit = NULL,
.checkRedirect = NULL,
.onDisplayUpdate = NULL,
.entries = cmsx_menuSaveExitRebootEntries
};