Skip to content

Commit

Permalink
added additional auto fields
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Feb 8, 2025
1 parent e5c6131 commit cb85e15
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,26 @@
},
{
"type": "GenericHeaderTwo",
"text": "Auto Game Pieces"
"text": "Auto"
},
{
"type": "GenericDropdown",
"text": "Robot Starting Position",
"options": [
"Far Coral Station",
"Middle",
"Close Coral Station"
],
"id": "StartingPosition"
},
{
"type": "GenericCheckboxSelect",
"text": "Auto Scoring Position",
"options": [
"Far Coral Station",
"Close Coral Station"
],
"id": "ScoringPosition"
},
{
"type": "IncrementNumberInput",
Expand Down Expand Up @@ -153,7 +172,7 @@
},
{
"type": "GenericHeaderTwo",
"text": "Teleop Game Pieces"
"text": "Teleop"
},
{
"type": "IncrementNumberInput",
Expand Down Expand Up @@ -339,6 +358,8 @@
"Alliance",
"DriverStation",
"TeamNumber",
"StartingPosition",
"ScoringPosition",
"AutoCoralL1",
"AutoCoralL2",
"AutoCoralL3",
Expand Down

0 comments on commit cb85e15

Please sign in to comment.