1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Merge pull request #1920 from McGiverGim/fix_osd_dbm

Fix OSD RSSI dBm element
This commit is contained in:
Michael Keller 2020-03-17 22:03:22 +13:00 committed by GitHub
commit db8acb3e81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1092,7 +1092,7 @@ OSD.loadDisplayFields = function() {
preview: 'OSD_1' preview: 'OSD_1'
}, },
RSSI_DBM_VALUE: { RSSI_DBM_VALUE: {
name: 'OSD_PROFILE_NAME', name: 'RSSI_DBM_VALUE',
text: 'osdTextElementRssiDbmValue', text: 'osdTextElementRssiDbmValue',
desc: 'osdDescElementRssiDbmValue', desc: 'osdDescElementRssiDbmValue',
default_position: -1, default_position: -1,