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 c9e1863 commit 1092c04Copy full SHA for 1092c04
src/flightlog_fields_presenter.js
@@ -1312,6 +1312,17 @@ FlightLogFieldPresenter.adjustDebugDefsList = function (
1312
"debug[6]": "Pitch forward angle",
1313
"debug[7]": "dcmKp gain",
1314
};
1315
+ DEBUG_FRIENDLY_FIELD_NAMES.GPS_RESCUE_THROTTLE_PID = {
1316
+ "debug[all]": "GPS Rescue throttle PIDs",
1317
+ "debug[0]": "Throttle P",
1318
+ "debug[1]": "Throttle D",
1319
+ "debug[2]": "Altitude",
1320
+ "debug[3]": "Target altitude",
1321
+ "debug[4]": "Throttle I",
1322
+ "debug[5]": "Tilt adjustment",
1323
+ "debug[6]": "Throttle D before lp smoothing",
1324
+ "debug[7]": "Throttle adjustment",
1325
+ };
1326
}
1327
1328
if (semver.gte(firmwareVersion, '2025.12.0')) {
0 commit comments