Skip to content

Commit d98cacf

Browse files
authored
Remove gyro_scaled (#781)
1 parent 16bf517 commit d98cacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flightlog_fielddefs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ export function adjustFieldDefsList(firmwareType, firmwareVersion) {
528528
}
529529
if (semver.gte(firmwareVersion, "4.6.0")) {
530530
DEBUG_MODE.splice(DEBUG_MODE.indexOf('GPS_RESCUE_THROTTLE_PID'), 1, 'AUTOPILOT_ALTITUDE');
531+
DEBUG_MODE.splice(DEBUG_MODE.indexOf("GYRO_SCALED"), 1);
531532
}
532533

533534
DEBUG_MODE = makeReadOnly(DEBUG_MODE);

0 commit comments

Comments
 (0)