mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 17:55:24 +03:00
Added auto_disarm_delay and disarm_kill_switch
This commit is contained in:
parent
47cf1093f7
commit
29448db17c
1 changed files with 19 additions and 1 deletions
|
@ -26,6 +26,24 @@
|
||||||
<!-- table generated here -->
|
<!-- table generated here -->
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<!-- -->
|
||||||
|
<div class="disarm">
|
||||||
|
<div class="number disarmdelay" style="display: none;">
|
||||||
|
<label>
|
||||||
|
<input type="number" name="autodisarmdelay" min="0" max="60" />
|
||||||
|
<span i18n="configurationAutoDisarmDelay"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<div class="checkbox">
|
||||||
|
<label>
|
||||||
|
<div>
|
||||||
|
<input type="checkbox" name="disarmkillswitch" />
|
||||||
|
</div>
|
||||||
|
<span i18n="configurationDisarmKillSwitch"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- -->
|
||||||
<div class="number">
|
<div class="number">
|
||||||
<label>
|
<label>
|
||||||
<input type="number" name="minthrottle" min="0" max="2000" />
|
<input type="number" name="minthrottle" min="0" max="2000" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue