mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Fix OSD RSSI dBm element
This commit is contained in:
parent
559f126210
commit
0296003b88
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue