1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 09:15:42 +03:00

fixed disabling of OSD elements

This commit is contained in:
Pawel Spychalski (DzikuVx) 2016-12-16 19:27:52 +01:00
parent 1a7d06705a
commit b8567252af
2 changed files with 8 additions and 2 deletions

View file

@ -625,5 +625,8 @@ var FC = {
750: '750Hz',
1000: '1kHz'
}
},
getOsdDisabledFields: function () {
return ['CRAFT_NAME', 'VTX_CHANNEL']
}
};