Skip to content

Commit

Permalink
Merge pull request #265 from TheAngularity/pterm-setpoint-slider
Browse files Browse the repository at this point in the history
fixed wrong slider range from ptermSetpoint
  • Loading branch information
mikeller authored Sep 6, 2016
2 parents 2588f9d + a13885b commit a2385ed
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 a2385ed

Please sign in to comment.