Fix PSI
This commit is contained in:
parent
627c30357f
commit
e5c38a85a8
|
@ -143,7 +143,7 @@
|
||||||
this.speed.set(this.currentSpeed);
|
this.speed.set(this.currentSpeed);
|
||||||
this.currentRPM=d.rpm;
|
this.currentRPM=d.rpm;
|
||||||
this.rpm.set(this.currentRPM);
|
this.rpm.set(this.currentRPM);
|
||||||
this.currentPSI=parseFloat(d.psi)/2.036.toFixed(2);
|
this.currentPSI=parseFloat(d.psi/2.036).toFixed(2);
|
||||||
this.psi.set(this.currentPSI);
|
this.psi.set(this.currentPSI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue