mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
Merge pull request #192 from iNavFlight/current-meter-scale
current meter scale raised to 10000
This commit is contained in:
commit
fd4c1b5b6b
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@
|
|||
<!--list of generated features goes here-->
|
||||
|
||||
<div class="number">
|
||||
<input type="number" id="currentscale" name="currentscale" step="1" min="-1000" max="1000" />
|
||||
<input type="number" id="currentscale" name="currentscale" step="1" min="-10000" max="10000" />
|
||||
<label for="currentscale">
|
||||
<span data-i18n="configurationCurrentScale"></span>
|
||||
</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue