Fix PSI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user