1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00
This commit is contained in:
jflyper 2016-10-16 23:56:10 +09:00
parent d5eee5965d
commit 7cc1010cb5

View file

@ -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 },