From b32ae67033f4d34abd682552a2dfcf32fb3a911a Mon Sep 17 00:00:00 2001 From: Sasha <117695072+Hajajus001@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:49:24 -0700 Subject: [PATCH] Off-Season V1.3 --- config/2024/config.json | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/config/2024/config.json b/config/2024/config.json index bdbeec5..bb92495 100644 --- a/config/2024/config.json +++ b/config/2024/config.json @@ -56,25 +56,13 @@ "required": true, "code": "teamNumber" }, - { - "title": "Human Player at Amp", - "type": "boolean", - "required": false, - "defaultValue": false, - "code": "humanPlayer" - }, { "title": "No Show", "type": "boolean", "defaultValue": false, "required": false, "code": "noShow" - } - ] - }, - { - "name": "Autonomous", - "fields": [ + }, { "title" : "Starting position", "code" : "strtpos", @@ -87,7 +75,12 @@ }, "defaultValue" : "Speaker", "required": true - }, + } + ] + }, + { + "name": "Autonomous", + "fields": [ { "title": "Mobility", "type": "boolean",