Skip to content

Commit

Permalink
Update pid_tuning.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRosser committed Apr 6, 2024
1 parent 4b144f6 commit ddeef4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/tabs/pid_tuning.js
Original file line number Diff line number Diff line change
Expand Up @@ -1795,10 +1795,11 @@ pid_tuning.initialize = function (callback) {
context.quadraticCurveTo(lowerctrl.x, lowerctrl.y, curveclip.x, curveclip.y);
context.moveTo(curveclip.x, curveclip.y);
context.lineTo(canvasWidth, curveclip.y);
}
} else {
context.quadraticCurveTo(midxl, midyl, midx, midy);
context.moveTo(midx, midy);
context.quadraticCurveTo(midxr, midyr, canvasWidth, 0);
}
context.lineWidth = 2;
context.strokeStyle = '#ffbb00';
context.stroke();
Expand Down

0 comments on commit ddeef4d

Please sign in to comment.