Update defaults_dialog.js

pull/1641/head
b14ckyy 2 years ago committed by GitHub
parent 8d9774b5dd
commit eb3abdb1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -456,6 +456,18 @@ helper.defaultsDialog = (function () {
key: "motor_pwm_protocol",
value: "STANDARD"
},
{
key: "imu_acc_ignore_rate",
value: 15
},
{
key: "imu_acc_ignore_slope",
value: 10
},
{
key: "imu_inertia_comp_method",
value: ADAPTIVE
},
{
key: "throttle_idle",
value: 5.0
@ -667,6 +679,18 @@ helper.defaultsDialog = (function () {
key: "motor_pwm_protocol",
value: "STANDARD"
},
{
key: "imu_acc_ignore_rate",
value: 15
},
{
key: "imu_acc_ignore_slope",
value: 10
},
{
key: "imu_inertia_comp_method",
value: ADAPTIVE
},
{
key: "throttle_idle",
value: 5.0

Loading…
Cancel
Save