Merge pull request #525 from McGiverGim/bf-add_max_distance_stat_to_OSD

Add MAX DISTANCE stat to OSD
10.3.x-maintenance
Michael Keller 2017-06-13 23:31:32 +12:00 committed by GitHub
commit 7ef4334dfa
1 changed files with 6 additions and 2 deletions

View File

@ -501,7 +501,10 @@ OSD.constants = {
},
ARMEDTIME: {
name: 'ARMED_TIME'
}
},
MAX_DISTANCE: {
name: 'MAX_DISTANCE'
}
}
};
@ -600,7 +603,8 @@ OSD.chooseFields = function () {
F.BLACKBOX,
F.END_BATTERY,
F.FLYTIME,
F.ARMEDTIME
F.ARMEDTIME,
F.MAX_DISTANCE
];
};