Skip to content

Commit

Permalink
fixed wrong slider range from ptermSetpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngularity authored Sep 6, 2016
1 parent 2588f9d commit a13885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/pid_tuning.html
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
</tr>
<tr class="ptermSetpoint">
<td><input type="number" name="ptermSetpoint-number" step="0.01" min="0.40" max="1.00"/></td>
<td class="slider"><input type="range" name="ptermSetpoint-range" step="0.01" min="0.40" max="2.55"/></td>
<td class="slider"><input type="range" name="ptermSetpoint-range" step="0.01" min="0.40" max="1.00"/></td>
<td colspan=2>
<div>
<label>
Expand Down

0 comments on commit a13885b

Please sign in to comment.