changed low battery threshold in match play

previous change only changed it on the field monitor
This commit is contained in:
Fletcher
2018-11-11 13:12:20 -08:00
parent dc74b1dc19
commit e8d149d655

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