Changed low battery threshold to 8

This commit is contained in:
Fletcher
2018-11-11 11:34:57 -08:00
parent c47c8b50de
commit 721b29ea72

View File

@@ -6,7 +6,7 @@
var websocket;
var redSide;
var blueSide;
var lowBatteryThreshold = 12;
var lowBatteryThreshold = 8;
// Handles a websocket message to update the team connection status.
var handleArenaStatus = function(data) {