From e8d149d6556766aa69c8144a519a05b8a3845568 Mon Sep 17 00:00:00 2001 From: Fletcher Date: Sun, 11 Nov 2018 13:12:20 -0800 Subject: [PATCH] changed low battery threshold in match play previous change only changed it on the field monitor --- static/js/match_play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/match_play.js b/static/js/match_play.js index 27a9705..6637e45 100644 --- a/static/js/match_play.js +++ b/static/js/match_play.js @@ -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) {