Skip to content

Commit

Permalink
Merge pull request PWNAGERobotics#24 from Team302/pit_scouting_changes
Browse files Browse the repository at this point in the history
Pit scouting changes
  • Loading branch information
lstone24 authored Feb 22, 2023
2 parents a679c46 + b5976df commit c3b5b1d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions 2023/CU_Pit_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,13 @@ var config_data = `
"type": "bool"
},
{ "name": "Auton Start Position",
"code": "as",
"code": "asp",
"type": "clickable_image",
"filename": "2023/field_image.png",
"shape": "circle 5 black red true"
},
{ "name": "Auton Scoring",
"code": "asg",
"type": "clickable_image",
"filename": "2023/grid_image.png",
"dimensions": "9 4",
"clickRestriction": "onePerBox",
"toggleClick": "true",
"showFlip": "false",
"showUndo": "false",
"shape": "circle 12 black red true"
},
{ "name": "Teleop Scoring",
"code": "asg",
"code": "as",
"type": "clickable_image",
"filename": "2023/grid_image.png",
"dimensions": "9 4",
Expand All @@ -113,6 +102,12 @@ var config_data = `
"showUndo": "false",
"shape": "circle 12 black red true"
},
{ "name": "Teleop scoring ability<br>(bottom, middle, top, or all rows)",
"code": "ts",
"type": "text",
"size": 20,
"maxSize": 250
},
{ "name": "Comments",
"code": "co",
"type": "text",
Expand Down

0 comments on commit c3b5b1d

Please sign in to comment.