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)"
|
"message": "Disarm motors after set delay [seconds] (Requires MOTOR_STOP feature)"
|
||||||
},
|
},
|
||||||
"configurationDisarmKillSwitch": {
|
"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": {
|
"configurationDigitalIdlePercent": {
|
||||||
"message": "Motor Idle Throttle Value [percent]"
|
"message": "Motor Idle Throttle Value [percent]"
|
||||||
|
|
|
@ -186,6 +186,7 @@
|
||||||
</div>
|
</div>
|
||||||
<label for="disarmkillswitch"> <span class="freelabel"
|
<label for="disarmkillswitch"> <span class="freelabel"
|
||||||
i18n="configurationDisarmKillSwitch"></span>
|
i18n="configurationDisarmKillSwitch"></span>
|
||||||
|
<div class="helpicon cf_tip" i18n_title="cconfigurationDisarmKillSwitcHelp"></div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="number disarmdelay" style="display: none; margin-bottom: 5px;">
|
<div class="number disarmdelay" style="display: none; margin-bottom: 5px;">
|
||||||
|
@ -697,4 +698,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue