edit connect status

This commit is contained in:
Silver Kuusik 2017-11-07 23:26:59 +01:00
parent 3a1a035389
commit f9dce03f27
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ Sumorobot.prototype.connect = function() {
var battery = JSON.parse(data)["battery_voltage"];
battery = Math.round((((battery - 3.6) * 100) / (4.2 - 3.6)));
//$("#battery").html(battery + "");
$("#bar").html("Connected");
$("#bar").addClass("connected");
};
/* when there is an WebSocket error */