mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Rename USE_QUICK_OSD_MENU (#13273)
This commit is contained in:
parent
09a70439be
commit
f1cbd83f06
6 changed files with 13 additions and 13 deletions
|
@ -1378,9 +1378,9 @@ const clivalue_t valueTable[] = {
|
|||
{ "osd_ah_invert", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_OSD_CONFIG, offsetof(osdConfig_t, ahInvert) },
|
||||
{ "osd_logo_on_arming", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OSD_LOGO_ON_ARMING }, PG_OSD_CONFIG, offsetof(osdConfig_t, logo_on_arming) },
|
||||
{ "osd_logo_on_arming_duration",VAR_UINT8 | MASTER_VALUE, .config.minmaxUnsigned = { 5, 50 }, PG_OSD_CONFIG, offsetof(osdConfig_t, logo_on_arming_duration) },
|
||||
#ifdef USE_QUICK_OSD_MENU
|
||||
#ifdef USE_OSD_QUICK_MENU
|
||||
{ "osd_use_quick_menu", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_OSD_CONFIG, offsetof(osdConfig_t, osd_use_quick_menu) },
|
||||
#endif // USE_QUICK_OSD_MENU
|
||||
#endif // USE_OSD_QUICK_MENU
|
||||
#ifdef USE_SPEC_PREARM_SCREEN
|
||||
{ "osd_show_spec_prearm", VAR_UINT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_OSD_CONFIG, offsetof(osdConfig_t, osd_show_spec_prearm) },
|
||||
#endif // USE_SPEC_PREARM_SCREEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue