We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593ef30 commit c5e676fCopy full SHA for c5e676f
src/js/debug.js
@@ -828,6 +828,17 @@ function update() {
828
"debug[6]": "Pitch Forward Angle",
829
"debug[7]": "dcmKp Gain",
830
};
831
+ DEBUG.fieldNames.GPS_RESCUE_THROTTLE_PID = {
832
+ "debug[all]": "GPS Rescue throttle PID",
833
+ "debug[0]": "Throttle P",
834
+ "debug[1]": "Throttle D",
835
+ "debug[2]": "Altitude",
836
+ "debug[3]": "Target altitude",
837
+ "debug[4]": "Throttle I",
838
+ "debug[5]": "Tilt adjustment",
839
+ "debug[6]": "Throttle D before lp smoothing",
840
+ "debug[7]": "Throttle adjustment",
841
+ };
842
}
843
844
if (semver.gte(FC.CONFIG.apiVersion, API_VERSION_1_47)) {
0 commit comments