Add back the OSD disarmed element

10.3.x-maintenance
Dan Nixon 2017-05-23 16:54:32 +01:00
parent 75a16aae17
commit 9f9b79e0e3
1 changed files with 2 additions and 1 deletions

View File

@ -539,7 +539,8 @@ OSD.chooseFields = function () {
if (semver.gte(CONFIG.apiVersion, "1.36.0")) {
OSD.constants.DISPLAY_FIELDS = OSD.constants.DISPLAY_FIELDS.concat([
F.MAIN_BATT_USAGE,
F.ARMED_TIME
F.ARMED_TIME,
F.DISARMED
]);
}
}