lower sinus freq
Browse files- static/sinus.html +1 -1
static/sinus.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
<div id="synchronisation">
|
23 |
<label for="sync">Sync freq:</label>
|
24 |
<input type="range" id="sync" min="1" max="200" step="10" value="100" />
|
25 |
-
<span id="syncValue">
|
26 |
<br />
|
27 |
<label for="motor_0">Motor 0 synced:</label>
|
28 |
<input type="checkbox" id="motor_0_synced" />
|
|
|
22 |
<div id="synchronisation">
|
23 |
<label for="sync">Sync freq:</label>
|
24 |
<input type="range" id="sync" min="1" max="200" step="10" value="100" />
|
25 |
+
<span id="syncValue">50</span>
|
26 |
<br />
|
27 |
<label for="motor_0">Motor 0 synced:</label>
|
28 |
<input type="checkbox" id="motor_0_synced" />
|