From c56c133493e80d66a4501a19011faffe3b4be33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Garci=CC=81a=20Hierro?= Date: Fri, 2 Mar 2018 14:52:53 +0000 Subject: [PATCH] Remove disarm_kill_switch from the configurator UI disarm_kill_switch can be a safety hazard if set to false without understanding what it does and should be left on for most cases. Also, it's too easy to change without knowing what it does. This change just removes it from the UI, so it's still available via CLI for advanced users. --- _locales/en/messages.json | 6 ------ tabs/configuration.html | 8 -------- tabs/configuration.js | 2 -- 3 files changed, 16 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index c7212eaf..d124aee5 100755 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -684,12 +684,6 @@ "configurationAutoDisarmDelayHelp": { "message": "Requires MOTOR_STOP feature" }, - "configurationDisarmKillSwitch": { - "message": "Disarm regardless of throttle value" - }, - "configurationDisarmKillSwitchHelp": { - "message": "When arming via radio channel" - }, "configurationThrottleMinimum": { "message": "Minimum Throttle" }, diff --git a/tabs/configuration.html b/tabs/configuration.html index e70f20ed..4d427bb1 100644 --- a/tabs/configuration.html +++ b/tabs/configuration.html @@ -271,14 +271,6 @@
-
- - -
-
-