We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2c294 commit abb8656Copy full SHA for abb8656
2023/CU_Pit_config.js
@@ -40,10 +40,11 @@ var config_data = `
40
"code": "sr",
41
"type": "radio",
42
"choices": {
43
- "1": "L1<br>",
44
- "2": "L2<br>",
45
- "3": "L3<br>",
46
- "4": "L4<br>",
+ "1": "L1 (8.14:1)<br>",
+ "2": "L2 (6.75:1)<br>",
+ "3": "L3 (6.12:1)<br>",
+ "4": "L4 (5.14:1)<br>",
47
+ "o": "Other ratio (put in comments)<br>",
48
"x": "Not Swerve"
49
},
50
"defaultValue":"x"
@@ -86,6 +87,12 @@ var config_data = `
86
87
"type": "text",
88
"size": 20,
89
"maxSize": 250
90
+ },
91
+ { "name": "Comments",
92
+ "code": "co",
93
+ "type": "text",
94
+ "size": 20,
95
+ "maxSize": 250
96
}
97
],
98
"auton": [
0 commit comments