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:
parent
1a7d06705a
commit
b8567252af
2 changed files with 8 additions and 2 deletions
3
js/fc.js
3
js/fc.js
|
@ -625,5 +625,8 @@ var FC = {
|
|||
750: '750Hz',
|
||||
1000: '1kHz'
|
||||
}
|
||||
},
|
||||
getOsdDisabledFields: function () {
|
||||
return ['CRAFT_NAME', 'VTX_CHANNEL']
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue