Merge pull request #76 from FletcherS7/master

changed low battery threshold in match play
This commit is contained in:
Patrick Fairbank
2018-11-11 14:51:38 -08:00
committed by GitHub

View File

@@ -6,7 +6,7 @@
var websocket;
var currentMatchId;
var scoreIsReady;
var lowBatteryThreshold = 12;
var lowBatteryThreshold = 8;
// Sends a websocket message to load a team into an alliance station.
var substituteTeam = function(team, position) {