mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
Increase motor step
This commit is contained in:
parent
a8dea8d167
commit
13254b19b8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
|
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
|
||||||
<label>
|
<label>
|
||||||
<div class="numberspacer">
|
<div class="numberspacer">
|
||||||
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" />
|
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" step="100" />
|
||||||
</div>
|
</div>
|
||||||
<span i18n="configurationUnsyncedPWMFreq"></span>
|
<span i18n="configurationUnsyncedPWMFreq"></span>
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue