From f64b558d5c67ae3e04b17b1b54123d7e7a98416b Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sat, 18 Oct 2014 16:50:17 +0100 Subject: [PATCH] Update the default channel mode range to match the old MultiWii MID checkbox. --- tabs/auxiliary_configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/auxiliary_configuration.js b/tabs/auxiliary_configuration.js index 48d1c825ce..73c2e9a48f 100644 --- a/tabs/auxiliary_configuration.js +++ b/tabs/auxiliary_configuration.js @@ -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]; }