diff --git a/2025/reefscape_pit_config.js b/2025/reefscape_pit_config.js
index 49bd0ad..e362fe0 100644
--- a/2025/reefscape_pit_config.js
+++ b/2025/reefscape_pit_config.js
@@ -10,6 +10,28 @@ var config_data = `
"code": "t",
"type": "number"
},
+ {
+ "name": "What is your robot's
Drag coefficient?",
+ "code": "Drag",
+ "type": "text"
+ },
+ {
+ "name": "Does robot function?",
+ "code": "func",
+ "type": "checkbox"
+ },
+ {
+ "name": "If not, when will it?",
+ "code": "feta",
+ "type":"radio",
+ "choices":
+ {
+ "nm":"Next Match",
+ "soon":"1-2 Hours
",
+ "No":"Never"
+ },
+ "defaultValue":"Currently"
+ },
{
"name": "Width (Inch)",
"code": "wid",
@@ -58,7 +80,7 @@ var config_data = `
"choices":
{
"Shallow": "Shallow",
- "Deep": "Deep",
+ "Deep": "Deep
",
"Both": "Both",
"None": "None"
},
@@ -69,24 +91,6 @@ var config_data = `
"code": "rva",
"type": "checkbox"
},
- {
- "name": "Does robot function?",
- "code": "func",
- "type": "checkbox"
- },
- {
- "name": "If not, when will it?",
- "code": "feta",
- "type":"radio",
- "choices":
- {
- "cur":"Currently",
- "nm":"Next Match",
- "soon":"1-2 Hours",
- "um":"Unknown/More"
- },
- "defaultValue":"Currently"
- },
{
"name": "Comments",
"code": "pco",
diff --git a/pit.html b/pit.html
index 6c39cc1..510af9d 100644
--- a/pit.html
+++ b/pit.html
@@ -62,7 +62,7 @@