Merge pull request #372 from shellixyz/adjust_midrc_minmax

Match midrc input field min/max to firmware min/max
pull/375/head
Konstantin Sharlaimov 7 years ago committed by GitHub
commit 007af561f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -295,7 +295,7 @@
</label>
</div>
<div class="number">
<input type="number" id="midthrottle" name="midthrottle" min="0" max="2000" />
<input type="number" id="midthrottle" name="midthrottle" min="1200" max="1700" />
<label for="midthrottle">
<span data-i18n="configurationThrottleMid"></span>
</label>

Loading…
Cancel
Save