Skip to content

Commit

Permalink
added a teleop field
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMaster121 committed Jan 30, 2025
1 parent 148973f commit e579b02
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scoutingapp/src/config/structure.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[
{
"name": "2024 Scouting App",
"description": "Team 4099: The Falcon's 2024 scouting data collection page",
"name": "2025 Scouting App",
"description": "Team 4099: The Falcon's 2025 scouting data collection page",
"components": [
{
"type": "GenericHeaderOne",
"text": "2024 Scouting App"
"text": "2025 Scouting App"
},
{
"type": "GenericHeaderTwo",
Expand Down Expand Up @@ -112,14 +112,14 @@
},
{
"type": "IncrementNumberInput",
"text": "Teleop Speaker Cycles",
"text": "Teleop Coral Level 1 Cycles",
"placeholder": [
"0"
],
"options": [
"red"
],
"id": "TeleopSpeaker"
"id": "TeleopCoralL1"
},
{
"type": "IncrementNumberInput",
Expand Down Expand Up @@ -279,7 +279,7 @@
"AutoCenterline",
"AutoLeave",
"AutoNotes",
"TeleopSpeaker",
"TeleopCoralL1",
"TeleopAmp",
"TeleopTrap",
"TeleopPassing",
Expand Down

0 comments on commit e579b02

Please sign in to comment.