Skip to content

Commit

Permalink
Merge pull request #35 from team4099/2024-add-centerline
Browse files Browse the repository at this point in the history
Added centerline field to scouting form
  • Loading branch information
Shom770 authored Apr 3, 2024
2 parents cd0b8fb + c48525e commit 19d71da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
],
"id": "AutoAmp"
},
{
"type": "GenericToggle",
"text": "Did they intake from the centerline during auto?",
"id": "AutoCenterline"
},
{
"type": "GenericToggle",
"text": "Did they leave the starting zone (white line)?",
Expand Down Expand Up @@ -260,8 +265,8 @@
"TeamNumber",
"AutoSpeaker",
"AutoAmp",
"AutoLeave",
"AutoCenterline",
"AutoLeave",
"AutoNotes",
"TeleopSpeaker",
"TeleopAmp",
Expand Down

0 comments on commit 19d71da

Please sign in to comment.