This commit is contained in:
Your Name 2020-01-20 15:04:28 +00:00
parent 627c30357f
commit e5c38a85a8
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
this.speed.set(this.currentSpeed);
this.currentRPM=d.rpm;
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);
}
}