Close
diff --git a/sumorobot.js b/sumorobot.js
index 19f3b66..bf16946 100755
--- a/sumorobot.js
+++ b/sumorobot.js
@@ -56,7 +56,7 @@ Sumorobot.prototype.connect = function() {
console.log(data);
var battery = JSON.parse(data)["battery_voltage"];
battery = Math.round((((battery - 3.6) * 100) / (4.2 - 3.6)));
- $("#battery").html(battery + "");
+ //$("#battery").html(battery + "");
$("#bar").addClass("connected");
};
/* when there is an WebSocket error */