From 6715bcbf015b12bf802818a376eaad370bb34016 Mon Sep 17 00:00:00 2001 From: Noah Metz Date: Fri, 16 Jun 2023 17:45:10 -0600 Subject: [PATCH] More buttons --- test-site/src/routes/+page.svelte | 3 +++ vex.go | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/test-site/src/routes/+page.svelte b/test-site/src/routes/+page.svelte index a899aa7..002b8e1 100644 --- a/test-site/src/routes/+page.svelte +++ b/test-site/src/routes/+page.svelte @@ -77,3 +77,6 @@ async function match_state(match_id, state) { + + + diff --git a/vex.go b/vex.go index e0df44c..7ba184b 100644 --- a/vex.go +++ b/vex.go @@ -139,8 +139,8 @@ func NewVexEvent(name string, description string) * VexEvent { } const start_slack = 250 * time.Millisecond -const TEMP_AUTON_TIME = 1 * time.Second -const TEMP_DRIVE_TIME = 1 * time.Second +const TEMP_AUTON_TIME = 5 * time.Second +const TEMP_DRIVE_TIME = 5 * time.Second type Match struct { BaseEvent