Skip to content

Commit 2e99581

Browse files
FletcherS7patfair
authored andcommitted
Update high bandwidth threshold to 7Mb (#197)
1 parent b33d690 commit 2e99581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/field_monitor_display.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var currentMatchId;
88
var redSide;
99
var blueSide;
1010
var lowBatteryThreshold = 8;
11-
var highBtuThreshold = 4.0;
11+
var highBtuThreshold = 7.0;
1212

1313

1414
var handleArenaStatus = function(data) {

0 commit comments

Comments
 (0)