Increase the range of graph

10.3.x-maintenance
U-DESKTOP-12PPI61\boris.bozic 2016-06-26 14:50:44 +02:00
parent 3bdba9d615
commit c86b6f9a29
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ TABS.pid_tuning.initialize = function (callback) {
// math magic by englishman
var ratey = rateHeight * rate;
ratey = 1 / (1 - ((ratey / rateHeight) * sRate))
ratey = ratey + (1 / (1 - ((ratey / rateHeight) * sRate)))
// draw
context.clearRect(0, 0, rateWidth, rateHeight);