You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/projects.tsx
+35-2Lines changed: 35 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ const projects: Project[] = [
21
21
short: "Multipurpose app for FRC robotics",
22
22
long: "Shrinkwrap is a cross-platform diagnostic, configuration, and tuning utility for FRC robotics. While it provides a few generic features, it contains mostly specialized tools for specific softwares.",
23
23
points: [
24
-
"Supports windows, macos, linux, ios, and android",
24
+
"Supports Windows, macOS, Linux, iOS, and Android",
25
25
"Fully configurable and exportable docking layout",
26
26
"Connect to a robot in real time or load a log file",
short: "Real-time configuration and tuning for FRC robots",
177
+
long: "OxConfig is a real-time configuration and tuning utility for FRC robots. It allows users to configure and tune various parameters of their robot in real-time without having to redeploy code.",
178
+
pointsTitle: "Features",
179
+
points: [
180
+
"Cross-platform editing with Shrinkwrap",
181
+
"Supports configurable classes for tuning controllers, subsystems, and more",
182
+
"Real-time updates without even having to disable the robot",
183
+
"Pre-configured modes to quickly get your robot ready for competition, presentations, etc.",
0 commit comments