Merge pull request #624 from piepluquad/master

clarify message for configurationDisarmKillSwitch  (fixes betaflight/betaflight-configurator#597)
10.3.x-maintenance
Michael Keller 2017-08-20 18:19:09 +12:00 committed by GitHub
commit e24000e0af
2 changed files with 6 additions and 2 deletions

View File

@ -683,7 +683,10 @@
"message": "Disarm motors after set delay [seconds] (Requires MOTOR_STOP feature)"
},
"configurationDisarmKillSwitch": {
"message": "Disarm motors regardless of throttle value (When arming via 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]"

View File

@ -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;">
@ -697,4 +698,4 @@
</div>
</div>
</div>
</div>
</div>