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

View File

@ -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;