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:
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;">
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue