mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Merge pull request #76 from FletcherS7/master
changed low battery threshold in match play
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user