Update the default channel mode range to match the old MultiWii MID

checkbox.
10.3.x-maintenance
Dominic Clifton 2014-10-18 16:50:17 +01:00
parent f3968aaa70
commit f64b558d5c
1 changed files with 1 additions and 1 deletions

View File

@ -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];
}