From 9c30b2fb4b7215c4ea7b3fd95000f846cfa6bd76 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 15 Oct 2024 18:28:55 +0200 Subject: [PATCH] Update TPA debug (Wing) --- src/js/debug.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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');