Skip to content

Commit

Permalink
Increase motor step
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbstyle committed Aug 20, 2016
1 parent a8dea8d commit 13254b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 13254b1

Please sign in to comment.