mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Update the default channel mode range to match the old MultiWii MID
checkbox.
This commit is contained in:
parent
f3968aaa70
commit
f64b558d5c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ TABS.auxiliary_configuration.initialize = function (callback) {
|
|||
'max': [ 2100 ]
|
||||
};
|
||||
|
||||
var rangeValues = [1400, 1600];
|
||||
var rangeValues = [1300, 1700]; // matches MultiWii default values for the old checkbox MID range.
|
||||
if (range != undefined) {
|
||||
rangeValues = [range.start, range.end];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue