1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-22 15:55:33 +03:00

Increase motor step

This commit is contained in:
U-DESKTOP-12PPI61\boris.bozic 2016-08-20 23:29:50 +02:00
parent a8dea8d167
commit 13254b19b8

View file

@ -51,7 +51,7 @@
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
<label>
<div class="numberspacer">
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" />
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" step="100" />
</div>
<span i18n="configurationUnsyncedPWMFreq"></span>
</label>