This commit is contained in:
Your Name 2020-01-20 15:02:46 +00:00
parent 0563b88131
commit c1ebe6c933
1 changed files with 1 additions and 1 deletions

View File

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