1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

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

checkbox.
This commit is contained in:
Dominic Clifton 2014-10-18 16:50:17 +01:00
parent f3968aaa70
commit f64b558d5c

View file

@ -65,7 +65,7 @@ TABS.auxiliary_configuration.initialize = function (callback) {
'max': [ 2100 ] 'max': [ 2100 ]
}; };
var rangeValues = [1400, 1600]; var rangeValues = [1300, 1700]; // matches MultiWii default values for the old checkbox MID range.
if (range != undefined) { if (range != undefined) {
rangeValues = [range.start, range.end]; rangeValues = [range.start, range.end];
} }