mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Added suport for OSD Max G-Force Stat
This commit is contained in:
parent
606e4045d9
commit
bd4f88093f
2 changed files with 9 additions and 1 deletions
|
@ -873,6 +873,10 @@ OSD.constants = {
|
|||
STAT_BATTERY: {
|
||||
name: 'BATTERY_VOLTAGE',
|
||||
desc: 'osdDescStatBattery'
|
||||
},
|
||||
MAX_G_FORCE: {
|
||||
name: 'MAX_G_FORCE',
|
||||
desc: 'osdDescStatGForce'
|
||||
}
|
||||
},
|
||||
ALL_WARNINGS: {
|
||||
|
@ -1095,7 +1099,8 @@ OSD.chooseFields = function () {
|
|||
F.USED_MAH,
|
||||
F.MAX_ALTITUDE,
|
||||
F.BLACKBOX,
|
||||
F.BLACKBOX_LOG_NUMBER
|
||||
F.BLACKBOX_LOG_NUMBER,
|
||||
F.MAX_G_FORCE
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue