Skip to content

Commit 79907af

Browse files
authored
Remove gyro_scaled (#4224)
Remove gyro_scaled debug
1 parent 287e059 commit 79907af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/js/debug.js

+3
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,10 @@ function update() {
804804
};
805805

806806
DEBUG.modes.splice(DEBUG.modes.indexOf('GPS_RESCUE_THROTTLE_PID'), 1, 'AUTOPILOT_ALTITUDE');
807+
DEBUG.modes.splice(DEBUG.modes.indexOf('GYRO_SCALED'), 1);
808+
807809
delete DEBUG.fieldNames.GPS_RESCUE_THROTTLE_PID;
810+
delete DEBUG.fieldNames.GYRO_SCALED;
808811

809812
DEBUG.fieldNames.AUTOPILOT_ALTITUDE = {
810813
'debug[all]': 'Autopilot Altitude',

0 commit comments

Comments
 (0)