Skip to content

Commit abb8656

Browse files
authored
Update ratios and add comments field
1 parent cb2c294 commit abb8656

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

2023/CU_Pit_config.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@ var config_data = `
4040
"code": "sr",
4141
"type": "radio",
4242
"choices": {
43-
"1": "L1<br>",
44-
"2": "L2<br>",
45-
"3": "L3<br>",
46-
"4": "L4<br>",
43+
"1": "L1 (8.14:1)<br>",
44+
"2": "L2 (6.75:1)<br>",
45+
"3": "L3 (6.12:1)<br>",
46+
"4": "L4 (5.14:1)<br>",
47+
"o": "Other ratio (put in comments)<br>",
4748
"x": "Not Swerve"
4849
},
4950
"defaultValue":"x"
@@ -86,6 +87,12 @@ var config_data = `
8687
"type": "text",
8788
"size": 20,
8889
"maxSize": 250
90+
},
91+
{ "name": "Comments",
92+
"code": "co",
93+
"type": "text",
94+
"size": 20,
95+
"maxSize": 250
8996
}
9097
],
9198
"auton": [

0 commit comments

Comments
 (0)