mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Add pre- and post-match LED modes to indicate field status.
This commit is contained in:
@@ -79,6 +79,11 @@ var cycleCard = function(cardButton) {
|
||||
$(cardButton).attr("data-card", newCard);
|
||||
};
|
||||
|
||||
// Signals to the volunteers that they may enter the field.
|
||||
var signalVolunteers = function() {
|
||||
websocket.send("signalVolunteers");
|
||||
};
|
||||
|
||||
// Signals to the teams that they may enter the field.
|
||||
var signalReset = function() {
|
||||
websocket.send("signalReset");
|
||||
|
||||
Reference in New Issue
Block a user