Skip to content

Commit

Permalink
Attitude field added to blackbox fields list (#4248)
Browse files Browse the repository at this point in the history
* added 'Attitude' field in blackbox list

* The new attitude field is compatible with older versions
  • Loading branch information
demvlad authored Nov 25, 2024
1 parent 8dd6d1b commit 9ef7a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ function update() {
'debug[6]': 'Altitude D',
'debug[7]': 'Altitude F',
};
DEBUG.enableFields.splice(DEBUG.enableFields.indexOf("Gyro"), 0, "Attitude");
}
}

Expand Down

0 comments on commit 9ef7a1c

Please sign in to comment.