diff --git a/src/js/debug.js b/src/js/debug.js index e6cc5fcf0d..123bebbe83 100644 --- a/src/js/debug.js +++ b/src/js/debug.js @@ -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');