1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Limitting 3D Neutral value to 1475 - 1525

This commit is contained in:
tricopterY 2016-01-10 11:40:11 +11:00
parent 17d4a0153b
commit 48a5953db1

View file

@ -420,7 +420,7 @@
</label>
</div>
<div class="number">
<label> <input type="number" name="3dneutral" step="1" min="1000" max="2000" /> <span
<label> <input type="number" name="3dneutral" step="1" min="1475" max="1525" /> <span
i18n="configuration3dNeutral"></span>
</label>
</div>