Update the default channel mode range to match the old MultiWii MID
checkbox.10.3.x-maintenance
parent
f3968aaa70
commit
f64b558d5c
|
@ -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…
Reference in New Issue