Skip to content

Commit 1092c04

Browse files
committed
Add GPS Rescue debug fields
1 parent c9e1863 commit 1092c04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/flightlog_fields_presenter.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,6 +1312,17 @@ FlightLogFieldPresenter.adjustDebugDefsList = function (
13121312
"debug[6]": "Pitch forward angle",
13131313
"debug[7]": "dcmKp gain",
13141314
};
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+
};
13151326
}
13161327

13171328
if (semver.gte(firmwareVersion, '2025.12.0')) {

0 commit comments

Comments
 (0)