Changed defaults

nm_live
noah metz 2024-01-02 20:56:36 -07:00
parent 3e6bf34c2d
commit 76420e6212
1 changed files with 5 additions and 3 deletions

@ -10,11 +10,13 @@ let arena_state_topic;
let arena_score_topic;
let event_name = "Mecha Mayhem 2024";
let match_name = "Qualification 1";
let match_name = "No Match";
let score_red = 0;
let score_blue = 0;
let teams_red = ["6659A", "6659B"];
let teams_blue = ["210Z", "210Y"];
/** @type {string[]} */
let teams_red = [];
/** @type {string[]} */
let teams_blue = [];
/** @type {undefined | Date} */
let timer_end = undefined;