Skip to content

Commit

Permalink
⬆️3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssejrog committed Dec 17, 2024
1 parent 91b5bdf commit 5575a49
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file modified EZ-Template-Example-Project/firmware/EZ-Template.a
Binary file not shown.
16 changes: 8 additions & 8 deletions EZ-Template-Example-Project/project.pros
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@
"target": "v5",
"templates": {
"EZ-Template": {
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\EZ-Template@3.2.0-rc.2",
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\EZ-Template@3.2.0",
"metadata": {
"origin": "local"
},
"name": "EZ-Template",
"py/object": "pros.conductor.templates.local_template.LocalTemplate",
"supported_kernels": "^4.1.1",
"system_files": [
"include\\EZ-Template\\auton.hpp",
"include\\EZ-Template\\drive\\drive.hpp",
"include\\EZ-Template\\api.hpp",
"firmware\\EZ-Template.a",
"include\\EZ-Template\\auton_selector.hpp",
"include\\EZ-Template\\piston.hpp",
"include\\EZ-Template\\sdcard.hpp",
"include\\EZ-Template\\auton.hpp",
"include\\EZ-Template\\tracking_wheel.hpp",
"include\\EZ-Template\\api.hpp",
"include\\EZ-Template\\PID.hpp",
"include\\EZ-Template\\util.hpp",
"include\\EZ-Template\\slew.hpp",
"include\\EZ-Template\\PID.hpp"
"include\\EZ-Template\\auton_selector.hpp",
"include\\EZ-Template\\sdcard.hpp",
"firmware\\EZ-Template.a"
],
"target": "v5",
"user_files": [],
"version": "3.2.0-rc.2"
"version": "3.2.0"
},
"kernel": {
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\kernel@4.1.1",
Expand Down
Binary file renamed EZ-Template@3.2.0-rc.2.zip → EZ-Template@3.2.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:=
IS_LIBRARY:=1
# TODO: CHANGE THIS!
LIBNAME:=EZ-Template
VERSION:=3.2.0-rc.2
VERSION:=3.2.0
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
# this line excludes opcontrol.c and similar files
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/autons $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0-rc.2
3.2.0

0 comments on commit 5575a49

Please sign in to comment.