Merge pull request #624 from piepluquad/master
clarify message for configurationDisarmKillSwitch (fixes betaflight/betaflight-configurator#597)10.3.x-maintenance
commit
e24000e0af
|
@ -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]"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue