Skip to content

Commit

Permalink
Merge pull request PWNAGERobotics#16 from Team302/Auton_Start_Positio…
Browse files Browse the repository at this point in the history
…n_Takeaway

Update CU_config.js
  • Loading branch information
lstone24 authored Feb 20, 2023
2 parents a2649f1 + 3c87e3c commit d772aa8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 2023/CU_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,12 @@ var config_data = `
"min": 1,
"max": 99999
},
{ "name": "Did they show up?",
{ "name": "Auton Start Position",
"code": "as",
"type": "bool"
"type": "clickable_image",
"filename": "2023/field_image.png",
"clickRestriction": "one",
"shape": "circle 5 black red true"
}
],
"auton": [
Expand Down

0 comments on commit d772aa8

Please sign in to comment.