Skip to content

Commit

Permalink
Added centerline field to scouting form
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Mar 29, 2024
1 parent cd0b8fb commit 1080fa7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@
],
"id": "AutoAmp"
},
{
"type": "IncrementNumberInput",
"text": "Auto Centerline Pieces Retrieved",
"placeholder": [
"0"
],
"id": "AutoCenterline"
},
{
"type": "GenericToggle",
"text": "Did they leave the starting zone (white line)?",
Expand Down Expand Up @@ -260,8 +268,8 @@
"TeamNumber",
"AutoSpeaker",
"AutoAmp",
"AutoLeave",
"AutoCenterline",
"AutoLeave",
"AutoNotes",
"TeleopSpeaker",
"TeleopAmp",
Expand Down

0 comments on commit 1080fa7

Please sign in to comment.