Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-DESKTOP-12PPI61\boris.bozic <dreambb1982@gmail.com>2016-08-21 00:29:50 +0300
committerU-DESKTOP-12PPI61\boris.bozic <dreambb1982@gmail.com>2016-08-21 00:29:50 +0300
commit13254b19b8d1fbe2d1d0119f3baad01146f3f28c (patch)
tree32afbbf9f19754e4039510b697251c7b58d6cde3
parenta8dea8d167a63c39f1c2dba5b14f3d4925e98910 (diff)
Increase motor stepv1.7.3
-rw-r--r--tabs/configuration.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabs/configuration.html b/tabs/configuration.html
index 3f6cc6e6..6c53fc6b 100644
--- a/tabs/configuration.html
+++ b/tabs/configuration.html
@@ -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>