Fix PSI
This commit is contained in:
parent
24071f9247
commit
ce5f2046b2
|
@ -141,7 +141,7 @@
|
|||
var d=e.data;
|
||||
this.currentSpeed=d.speed;
|
||||
this.currentRPM=d.rpm;
|
||||
this.currentPSI=d.psi.toFixed(2);
|
||||
this.currentPSI=parseFloat(d.psi)/2.036.toFixed(2);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue