Skip to content

Commit

Permalink
reverterered
Browse files Browse the repository at this point in the history
  • Loading branch information
CatonQ committed Feb 27, 2024
1 parent 7ca263f commit 4b0787c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 2024/crescendo_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ var config_data = `
"type": "team",
"min": 1,
"max": 99999
},
{ "name": "Auto Start Position",
"code": "as",
"type": "clickable_image",
"filename": "2024/field_image.png",
"clickRestriction": "one",
"allowableResponses": "1 12 13 24 25 36 37 48 49 60 61 72",
"shape": "circle 5 black red true"
}
],
"auton": [
Expand All @@ -68,14 +76,6 @@ var config_data = `
{ "name": "Speaker Scores",
"code": "ass",
"type": "counter"
},
{ "name": "Auto Start Position",
"code": "as",
"type": "clickable_image",
"filename": "2024/field_image.png",
"clickRestriction": "one",
"allowableResponses": "1 12 13 24 25 36 37 48 49 60 61 72",
"shape": "circle 5 black red true"
}
],
"teleop": [
Expand Down

0 comments on commit 4b0787c

Please sign in to comment.