Skip to content

Commit

Permalink
First attempt to switch to WPILib 2024 beta 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch committed Jan 2, 2024
1 parent feb53de commit b36dc60
Show file tree
Hide file tree
Showing 41 changed files with 568 additions and 1,514 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,21 @@ gradle-app.setting
.settings/
bin/

# IntelliJ
*.iml
*.ipr
*.iws
.idea/
out/

# Fleet
.fleet

# Simulation GUI and other tools window save file
*-window.json

.idea/
# Simulation data log directory
logs/

# Folder that has CTRE Phoenix Sim device config storage
ctre_sim/
7 changes: 0 additions & 7 deletions .pathplanner/settings.json

This file was deleted.

8 changes: 4 additions & 4 deletions .wpilib/wpilib_preferences.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2023",
"teamNumber": 3481
"enableCppIntellisense": false,
"currentLanguage": "java",
"projectYear": "2024beta",
"teamNumber": 3481
}
201 changes: 0 additions & 201 deletions LICENSE.txt

This file was deleted.

115 changes: 0 additions & 115 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion WPILib-License.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2021 FIRST and other WPILib contributors
Copyright (c) 2009-2023 FIRST and other WPILib contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Loading

0 comments on commit b36dc60

Please sign in to comment.