mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
updated FW Presets
This commit is contained in:
parent
ffce2c9a57
commit
374c9cad9e
2 changed files with 794 additions and 802 deletions
|
@ -203,7 +203,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 40
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
|
@ -263,7 +263,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "nav_fw_pos_xy_p",
|
||||
value: 50
|
||||
value: 60
|
||||
},
|
||||
{
|
||||
key: "fw_turn_assist_pitch_gain",
|
||||
|
@ -287,7 +287,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "fw_ff_pitch",
|
||||
value: 60
|
||||
value: 80
|
||||
},
|
||||
{
|
||||
key: "fw_p_roll",
|
||||
|
@ -315,7 +315,11 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 10
|
||||
value: 8
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "airmode_type",
|
||||
|
@ -377,7 +381,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 40
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
|
@ -437,7 +441,7 @@ helper.defaultsDialog = (function() {
|
|||
},
|
||||
{
|
||||
key: "nav_fw_pos_xy_p",
|
||||
value: 50
|
||||
value: 60
|
||||
},
|
||||
{
|
||||
key: "fw_turn_assist_pitch_gain",
|
||||
|
@ -475,21 +479,13 @@ helper.defaultsDialog = (function() {
|
|||
key: "fw_ff_roll",
|
||||
value: 35
|
||||
},
|
||||
{
|
||||
key: "fw_p_yaw",
|
||||
value: 20
|
||||
},
|
||||
{
|
||||
key: "fw_i_yaw",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "fw_ff_yaw",
|
||||
value: 100
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 10
|
||||
value: 8
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "airmode_type",
|
||||
|
|
|
@ -968,7 +968,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 40
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
|
@ -1028,7 +1028,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "nav_fw_pos_xy_p",
|
||||
value: 50
|
||||
value: 60
|
||||
},
|
||||
{
|
||||
key: "fw_turn_assist_pitch_gain",
|
||||
|
@ -1052,7 +1052,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "fw_ff_pitch",
|
||||
value: 60
|
||||
value: 80
|
||||
},
|
||||
{
|
||||
key: "fw_p_roll",
|
||||
|
@ -1080,7 +1080,11 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 10
|
||||
value: 8
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "airmode_type",
|
||||
|
@ -1138,7 +1142,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "dterm_lpf_hz",
|
||||
value: 40
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "d_boost_factor",
|
||||
|
@ -1198,7 +1202,7 @@ presets.presets = [
|
|||
},
|
||||
{
|
||||
key: "nav_fw_pos_xy_p",
|
||||
value: 50
|
||||
value: 60
|
||||
},
|
||||
{
|
||||
key: "fw_turn_assist_pitch_gain",
|
||||
|
@ -1236,21 +1240,13 @@ presets.presets = [
|
|||
key: "fw_ff_roll",
|
||||
value: 35
|
||||
},
|
||||
{
|
||||
key: "fw_p_yaw",
|
||||
value: 20
|
||||
},
|
||||
{
|
||||
key: "fw_i_yaw",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "fw_ff_yaw",
|
||||
value: 100
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 10
|
||||
value: 8
|
||||
},
|
||||
{
|
||||
key: "imu_acc_ignore_slope",
|
||||
value: 5
|
||||
},
|
||||
{
|
||||
key: "airmode_type",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue