mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Merge pull request #513 from DanNixon/osd_disarmed_element
Add back the OSD disarmed element
This commit is contained in:
commit
c95785dd8e
1 changed files with 2 additions and 1 deletions
|
@ -539,7 +539,8 @@ OSD.chooseFields = function () {
|
||||||
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
|
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
|
||||||
OSD.constants.DISPLAY_FIELDS = OSD.constants.DISPLAY_FIELDS.concat([
|
OSD.constants.DISPLAY_FIELDS = OSD.constants.DISPLAY_FIELDS.concat([
|
||||||
F.MAIN_BATT_USAGE,
|
F.MAIN_BATT_USAGE,
|
||||||
F.ARMED_TIME
|
F.ARMED_TIME,
|
||||||
|
F.DISARMED
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue