From c1ebe6c933154ae9fbd78419b4df820235601d3c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 20 Jan 2020 15:02:46 +0000 Subject: [PATCH] Fix PSI --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 97b63f2..781b6e3 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ this.Status="Error"; }, gotWsMessage: function(e) { - var d=e.data; + var d=parseJSON(e.data); this.currentSpeed=d.speed; this.speed.set(this.currentSpeed); this.currentRPM=d.rpm;