1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

VTX menu: onEntry and onExit should be working now

Don’t know why this was overlooked.
Needs testing.
This commit is contained in:
jflyper 2016-11-07 17:12:57 +09:00
parent 3bce0fb5f1
commit 3c2849ffdc
2 changed files with 27 additions and 6 deletions

View file

@ -112,7 +112,7 @@ static CMS_Menu menuFeatures = {
static OSD_Entry menuMainEntries[] =
{
{"--- MAIN MENU ---", OME_Label, NULL, NULL, 0},
{"-- MAIN MENU --", OME_Label, NULL, NULL, 0},
{"CFG&IMU", OME_Submenu, cmsMenuChange, &cmsx_menuImu, 0},
{"FEATURES", OME_Submenu, cmsMenuChange, &menuFeatures, 0},
#ifdef OSD