Skip to content

Commit

Permalink
Add new configuration options for auton
Browse files Browse the repository at this point in the history
  • Loading branch information
JediScoy committed Mar 14, 2024
1 parent dbfade3 commit 9a464f0
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion 2024/crescendo_pit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,29 @@ var config_data = `
"2": "Undernearth<br>",
"3": "Source<br>",
"4": "Other<br>",
"defaultValue":"1"
},
"defaultValue":"1"
{
"name": "Autons w/75% or better reliability",
"code": "auc",
"type": "number",
"defaultValue": "0"
},
{
"name": "Best Auton Count",
"code": "bac",
"type": "number",
"defaultValue": "0"
},
{ "name": "Auto Start Position",
"code": "asp",
"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 Down

0 comments on commit 9a464f0

Please sign in to comment.