Skip to content

Commit

Permalink
fix, update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricks1228 committed Feb 12, 2025
1 parent 28d984f commit e014037
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions config/2025/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
{
"title": "Match Number",
"description": "Enter the match number.",
"type": "match",
"type": "number",
"required": true,
"code": "matchNumber",
"code": "match",
"defaultValue": 1,
"formResetBehavior": "increment"
},
Expand Down Expand Up @@ -270,9 +270,9 @@
{
"title": "Coral L1 Scored",
"description": "The number of level 1 coral scored during autonomous.",
"type": "Tc1s",
"type": "counter",
"required": false,
"code": "CLOT",
"code": "Tc1s",
"defaultValue": 0,
"min": 0,
"step": 1
Expand Down Expand Up @@ -403,6 +403,16 @@
"max": 5,
"step": 1
},
{
"title": "Robot Speed",
"type": "range",
"required": false,
"code": "Prs",
"defaultValue": 3,
"min": 1,
"max": 5,
"step": 1
},
{
"title": "Ranking Points Earned",
"type": "counter",
Expand Down

0 comments on commit e014037

Please sign in to comment.