Merge pull request #75 from FletcherS7/master

Changed low battery threshold to 8
This commit is contained in:
Patrick Fairbank
2018-11-11 11:43:26 -08:00
committed by GitHub

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) {