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