1
0
Fork 0
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:
Paweł Spychalski 2017-05-13 21:38:10 +02:00 committed by GitHub
commit fd4c1b5b6b

View file

@ -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>