clarify message for configurationDisarmKillSwitch (fixes betaflight/betaflight-configurator#597) second attemps
parent
5fefa01556
commit
e89d87b573
|
@ -683,7 +683,10 @@
|
|||
"message": "Disarm motors after set delay [seconds] (Requires MOTOR_STOP feature)"
|
||||
},
|
||||
"configurationDisarmKillSwitch": {
|
||||
"message": "Arm/Disarm motors regardless of throttle value when using AUX channel"
|
||||
"message": "Disarm motors regardless of throttle value (When ARM is configured in Modes tab via AUX channel)"
|
||||
},
|
||||
"configurationDisarmKillSwitchHelp": {
|
||||
"message": "Arming is always disabled when the throttle is not low. Be careful as you could disarm accidentally with a switch while flying with this option active."
|
||||
},
|
||||
"configurationDigitalIdlePercent": {
|
||||
"message": "Motor Idle Throttle Value [percent]"
|
||||
|
|
|
@ -186,6 +186,7 @@
|
|||
</div>
|
||||
<label for="disarmkillswitch"> <span class="freelabel"
|
||||
i18n="configurationDisarmKillSwitch"></span>
|
||||
<div class="helpicon cf_tip" i18n_title="cconfigurationDisarmKillSwitcHelp"></div>
|
||||
</label>
|
||||
</div>
|
||||
<div class="number disarmdelay" style="display: none; margin-bottom: 5px;">
|
||||
|
|
Loading…
Reference in New Issue