mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Limitting 3D Neutral value to 1475 - 1525
This commit is contained in:
parent
17d4a0153b
commit
48a5953db1
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
@ -439,4 +439,4 @@
|
|||
<a class="save" href="#" i18n="configurationButtonSave"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue