Skip to content

Commit

Permalink
Fix missing OSD stats (betaflight#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored and chmelevskij committed Apr 27, 2024
1 parent a917dd2 commit 7e28023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/js/tabs/osd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2029,6 +2029,9 @@ OSD.chooseFields = function() {
OSD.constants.STATISTIC_FIELDS = OSD.constants.STATISTIC_FIELDS.concat([
F.STAT_BEST_3_CONSEC_LAPS,
F.STAT_BEST_LAP,
F.STAT_FULL_THROTTLE_TIME,
F.STAT_FULL_THROTTLE_COUNTER,
F.STAT_AVG_THROTTLE,
]);
}

Expand Down

0 comments on commit 7e28023

Please sign in to comment.