Skip to content

Commit

Permalink
Update TPA debug (Wing)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Nov 25, 2024
1 parent 8dd6d1b commit 9c30b2f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,11 @@ function update() {
DEBUG.fieldNames.TPA = {
'debug[all]': 'TPA',
'debug[0]': 'TPA Factor',
'debug[1]': 'TPA Pitch Angle Factor (Wing)',
'debug[2]': 'TPA Argument (Wing)',
'debug[1]': 'TPA Attitude Roll (Wing)',
'debug[2]': 'TPA Attitude Pitch (Wing)',
'debug[3]': 'TPA Throttle (Wing)',
'debug[4]': 'TPA Speed (Wing)',
'debug[5]': 'TPA Argument (Wing)',
};

DEBUG.modes.splice(DEBUG.modes.indexOf('GPS_RESCUE_THROTTLE_PID'), 1, 'AUTOPILOT_ALTITUDE');
Expand Down

0 comments on commit 9c30b2f

Please sign in to comment.