Skip to content

Commit

Permalink
Merge pull request PWNAGERobotics#6 from Team302/Miscellaneous_Changes
Browse files Browse the repository at this point in the history
Miscellaneous changes
  • Loading branch information
lstone24 authored Feb 16, 2023
2 parents 4d34a09 + 43b233b commit b805461
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions 2023/CU_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,6 @@ var config_data = `
}
],
"postmatch": [
{ "name": "Driver Skill",
"code": "ds",
"type": "radio",
"choices": {
"n": "Not Effective<br>",
"a": "Average<br>",
"v": "Very Effective<br>",
"x": "Not Observed"
},
"defaultValue": "x"
},
{ "name": "Links Scored",
"code": "ls",
"type": "counter"
Expand All @@ -185,18 +174,6 @@ var config_data = `
"code": "sd",
"type": "bool"
},
{ "name": "Speed Rating",
"code": "sr",
"type": "radio",
"choices": {
"1": "1 (slow)<br>",
"2": "2<br>",
"3": "3<br>",
"4": "4<br>",
"5": "5 (fast)"
},
"defaultValue":"3"
},
{ "name": "Died/Immobilized",
"code": "die",
"type": "bool"
Expand All @@ -209,16 +186,11 @@ var config_data = `
"code": "dc",
"type": "bool"
},
{ "name": "Make good<br>alliance partner?",
"tooltip": "Would you want this robot on your alliance in eliminations?",
"code": "all",
"type": "bool"
},
{ "name": "Comments",
"code": "co",
"type": "text",
"size": 15,
"maxSize": 50
"maxSize": 100
}
]
}`;

0 comments on commit b805461

Please sign in to comment.