Skip to content

Commit

Permalink
Merge pull request #17 from FRC2713/2024_config_2
Browse files Browse the repository at this point in the history
update default config
  • Loading branch information
tytremblay authored Feb 7, 2024
2 parents 906ccac + 4a08b80 commit 09c8ab6
Showing 1 changed file with 34 additions and 44 deletions.
78 changes: 34 additions & 44 deletions config/2024/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@
{
"name": "Autonomous",
"fields": [
{
"title": "Mobility?",
"type": "boolean",
"defaultValue": false,
"required": false,
"code": "Mved"
},
{
"code": "auamp",
"title": "Amp Scored",
Expand All @@ -84,8 +91,8 @@
"required": false
},
{
"code": "auln",
"title": "Loaded More Notes?",
"code": "auskpm",
"title": "Speaker Missed",
"type": "counter",
"defaultValue": 0,
"min": 0,
Expand All @@ -94,8 +101,9 @@
{
"code": "auf",
"title": "Auto Foul",
"type": "boolean",
"defaultValue": false,
"type": "counter",
"defaultValue": 0,
"min": 0,
"required": false
}
]
Expand Down Expand Up @@ -143,17 +151,19 @@
"required": false
},
{
"title": "Note Pickup Location",
"type": "select",
"required": true,
"code": "Npl",
"choices": {
"N": "None",
"G": "Ground",
"MS": "Manually Set",
"B": "Both"
},
"defaultValue": "None"
"code": "cn",
"title": "Note in Trap?",
"type": "counter",
"defaultValue": 0,
"min": 0,
"required": false
},
{
"code": "Fou/Tech",
"title": "Teleop Foul",
"type": "counter",
"defaultValue": 0,
"required": false
}
]
},
Expand All @@ -167,19 +177,13 @@
"code": "epo",
"choices": {
"No": "No Climb",
"Fc": "Failed Climb",
"P": "Parked",
"Os": "Onstage",
"Sl": "Spotlight"
},
"defaultValue": "No Climb"
},
{
"code": "cn",
"title": "Note in Trap?",
"type": "boolean",
"defaultValue": 0,
"required": false
},
{
"title": "Harmony",
"type": "select",
Expand All @@ -192,18 +196,6 @@
"Thir": "Third on Chain"
},
"defaultValue": "Not Completed"
},
{
"title": "High Note",
"type": "select",
"required": true,
"code": "harm",
"choices": {
"Noo": "None",
"hupl": "Human Player",
"ro": "Robot"
},
"defaultValue": "None"
}
]
},
Expand Down Expand Up @@ -235,13 +227,6 @@
"defaultValue": "x",
"required": false
},
{
"code": "Fou/Tech",
"title": "Foul",
"type": "counter",
"defaultValue": 0,
"required": false
},
{
"code": "d",
"title": "Died",
Expand All @@ -259,9 +244,14 @@
{
"code": "yc",
"title": "Yellow/Red Card",
"type": "boolean",
"defaultValue": false,
"required": false
"type": "select",
"defaultValue": "No Card",
"required": true,
"choices": {
"No Card": "No Card",
"Yellow": "Yellow Card",
"Red": "Red Card"
}
},

{
Expand Down

0 comments on commit 09c8ab6

Please sign in to comment.