diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0501d8a3..f81e54b5 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -2480,8 +2480,6 @@ "configurationMagHardware": { "message": "Magnetometer (if supported)" }, - // --------------------------------------------- - // Remove this when we officialy retire BF 3.1.x "configurationBatteryVoltage": { "message": "Battery Voltage" }, @@ -2518,7 +2516,6 @@ "configurationBatteryMultiwiiCurrent": { "message": "Enable support for legacy Multiwii MSP current output" }, - // --------------------------------------------- END "pidTuningProfile": { "message": "Profile" }, diff --git a/tabs/configuration.html b/tabs/configuration.html index e0baa07b..dcf1f43d 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -31,7 +31,7 @@ -
+
@@ -530,11 +530,10 @@ - + - - -
+ +
@@ -585,7 +584,15 @@
-
+
+ + + + + + +
+
@@ -633,17 +640,17 @@
+
- - + -
+
@@ -668,150 +675,11 @@
-<<<<<<< HEAD -======= -
-
-
-
- - - - -
-
-
-
-
-
- - - - - - - - - - - -
-
- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
-
-
-
-
-
- - - - - - - - - - - -
-
- -
-
- -
-
- -
-
- -
-
-
- -
- -
-
-
-
- - -
-
-
-
-
-
- - - - - - - - - -
-
-
-
-
->>>>>>> Several fixes for compatibility with BF 3.1.x
diff --git a/tabs/configuration.js b/tabs/configuration.js index 1847371d..cd5464a5 100644 --- a/tabs/configuration.js +++ b/tabs/configuration.js @@ -160,8 +160,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { } } - // ----------------------------------------------- - // Remove this when we officily retire BF 3.1.x function load_battery() { var next_callback = load_current; if (semver.gte(CONFIG.flightControllerVersion, "3.1.0")) { @@ -178,8 +176,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) { } else { next_callback(); } - } - // ----------------------------------------------- + } function load_rx_config() { var next_callback = load_html; @@ -592,8 +589,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { $('input[name="maxthrottle"]').val(MOTOR_CONFIG.maxthrottle); $('input[name="mincommand"]').val(MOTOR_CONFIG.mincommand); - // ----------------------------------------------- - // Remove this when we officily retire BF 3.1.x // fill battery if (self.SHOW_OLD_BATTERY_CONFIG) { if (semver.gte(CONFIG.flightControllerVersion, "3.1.0")) { @@ -689,7 +684,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { $('.currentMonitoring').hide(); } } - // ------------------------------------------------ //fill 3D if (semver.lt(CONFIG.apiVersion, "1.14.0")) { @@ -980,8 +974,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { MSP.send_message(MSPCodes.MSP_SET_NAME, mspHelper.crunch(MSPCodes.MSP_SET_NAME), false, next_callback); } - // ----------------------------------------------- - // Remove this when we officily retire BF 3.1.x function save_battery() { var next_callback = save_current; if (semver.gte(CONFIG.flightControllerVersion, "3.1.0")) { @@ -999,7 +991,6 @@ TABS.configuration.initialize = function (callback, scrollPosition) { next_callback(); } } - // ----------------------------------------------- function save_rx_config() { var next_callback = save_to_eeprom;