Skip to content

Commit 13254b1

Browse files
committed
Increase motor step
1 parent a8dea8d commit 13254b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
5252
<label>
5353
<div class="numberspacer">
54-
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" />
54+
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" step="100" />
5555
</div>
5656
<span i18n="configurationUnsyncedPWMFreq"></span>
5757
</label>

0 commit comments

Comments
 (0)