Skip to content

Commit

Permalink
Update defaults_dialog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
b14ckyy authored Oct 19, 2022
1 parent 8d9774b commit eb3abdb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions js/defaults_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eb3abdb

Please sign in to comment.