Skip to content

Commit

Permalink
Remove gyro_scaled (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Oct 26, 2024
1 parent 16bf517 commit d98cacf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flightlog_fielddefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ export function adjustFieldDefsList(firmwareType, firmwareVersion) {
}
if (semver.gte(firmwareVersion, "4.6.0")) {
DEBUG_MODE.splice(DEBUG_MODE.indexOf('GPS_RESCUE_THROTTLE_PID'), 1, 'AUTOPILOT_ALTITUDE');
DEBUG_MODE.splice(DEBUG_MODE.indexOf("GYRO_SCALED"), 1);
}

DEBUG_MODE = makeReadOnly(DEBUG_MODE);
Expand Down

0 comments on commit d98cacf

Please sign in to comment.