diff --git a/2026/rebuilt_config.js b/2026/rebuilt_config.js
index 3b62a6ec7..9f37f7b4e 100644
--- a/2026/rebuilt_config.js
+++ b/2026/rebuilt_config.js
@@ -15,7 +15,7 @@ var config_data = `
{ "name": "Event",
"code": "e",
"type": "event",
- "defaultValue": "2026ilch",
+ "defaultValue": "2026wiapp",
"required": "true"
},
{ "name": "Match Level",
diff --git a/2026/rebuilt_pit_scouting.js b/2026/rebuilt_pit_scouting.js
index 0e0ae9da6..36163208e 100644
--- a/2026/rebuilt_pit_scouting.js
+++ b/2026/rebuilt_pit_scouting.js
@@ -14,52 +14,24 @@ var config_data = `
"type": "number",
"defaultValue": "0"
},
- { "name": "Weight",
- "code": "wei",
+ { "name": "Length",
+ "code": "len",
"type": "number",
"defaultValue": "0"
},
- { "name": "Drivetrain",
- "code": "drv",
+ {
+ "name": "Traversal Area",
+ "code": "tra",
"type": "radio",
"choices": {
- "s": "Swerve
",
- "w": "West Coast/Tank
",
- "b": "Butterfly/Grashopper
",
- "m": "Mechanum
",
- "o": "Other"
- },
- "defaultValue": "o"
+ "bp": "Bump",
+ "tr": "Trench",
+ "bo": "Both"
+ }
},
- { "name": "Other Drivetrain",
- "code": "odt",
- "type": "text",
- "size": 20,
- "maxSize": 50
- },
- { "name": "Swerve Ratio",
- "code": "sr",
- "type": "radio",
- "choices": {
- "1": "L1 (8.14:1)
",
- "2": "L2 (6.75:1)
",
- "3": "L3 (6.12:1)
",
- "4": "L4 (5.14:1)
",
- "o": "Other ratio (put in comments)
",
- "x": "Not Swerve"
- },
- "defaultValue":"x"
- },
- { "name": "Drivetrain Motor",
- "code": "mot",
- "type": "radio",
- "choices": {
- "n": "Neo
",
- "f": "Falcon
",
- "c": "CIM
",
- "x": "Other
"
- },
- "defaultValue":"x"
+ { "name": "# of Fuel",
+ "code": "nof",
+ "type": "number"
},
{ "name": "# of Batteries",
"code": "nob",
diff --git a/icon512.png b/icon512.png
new file mode 100644
index 000000000..0c366b68b
Binary files /dev/null and b/icon512.png differ
diff --git a/index.html b/index.html
index 5c616e206..cd7801243 100644
--- a/index.html
+++ b/index.html
@@ -1,109 +1,145 @@
-