mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
wip
This commit is contained in:
parent
d5eee5965d
commit
7cc1010cb5
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ OSD_Entry menu_vtxstat[] = {
|
|||
|
||||
OSD_Entry menu_vtx[] =
|
||||
{
|
||||
{ "--- VTX ---", OME_Label, NULL, NULL },
|
||||
{ "-- VTX SMARTAUDIO --", OME_Label, NULL, NULL },
|
||||
{ smartAudioStatusString, OME_Label, NULL, NULL },
|
||||
{ "RFMODE", OME_TAB, smartAudioSetModeByGvar, &entrySmartAudioMode },
|
||||
{ "BAND", OME_TAB, smartAudioConfigureBandByGvar, &entrySmartAudioBand },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue