mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +03:00
Removed mc_ from airmode settings
This change is to partner PR in the INAV firmware. It removes the mc_ prefix from the airmode CLI variables, as they are confusing, as there are now options that can also apply to fixed wing.
This commit is contained in:
parent
ce2c6a8174
commit
d286318f17
4 changed files with 24 additions and 20 deletions
|
@ -85,7 +85,7 @@ helper.defaultsDialog = (function() {
|
|||
Mechanics
|
||||
*/
|
||||
{
|
||||
key: "mc_airmode_type",
|
||||
key: "airmode_type",
|
||||
value: "THROTTLE_THRESHOLD"
|
||||
},
|
||||
{
|
||||
|
@ -272,6 +272,10 @@ helper.defaultsDialog = (function() {
|
|||
{
|
||||
key: "imu_acc_ignore_rate",
|
||||
value: 10
|
||||
},
|
||||
{
|
||||
key: "airmode_type",
|
||||
value: "STICK_CENTER_ONCE"
|
||||
}
|
||||
],
|
||||
"features":[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue