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:
parent
3bce0fb5f1
commit
3c2849ffdc
2 changed files with 27 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue