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