Skip to content

Commit 593ded6

Browse files
author
Jason Zhou
committed
Upgrade pros
1 parent 617ef6c commit 593ded6

File tree

17 files changed

+780
-586
lines changed

17 files changed

+780
-586
lines changed

.gitignore

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Compiled Object files
2-
*.o
3-
*.obj
4-
5-
# Executables
6-
*.bin
7-
*.elf
8-
9-
# PROS
10-
bin/
11-
.vscode/
12-
.cache/
13-
compile_commands.json
14-
temp.log
15-
temp.errors
16-
*.ini
1+
# Compiled Object files
2+
*.o
3+
*.obj
4+
5+
# Executables
6+
*.bin
7+
*.elf
8+
9+
# PROS
10+
bin/
11+
.vscode/
12+
.cache/
13+
compile_commands.json
14+
temp.log
15+
temp.errors
16+
*.ini
1717
.d/

Graphy@1.2.0.zip

-528 KB
Binary file not shown.

Graphy@1.3.0.zip

552 KB
Binary file not shown.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EXCLUDE_COLD_LIBRARIES:=
2727
IS_LIBRARY:=1
2828
# TODO: CHANGE THIS!
2929
LIBNAME:=Graphy
30-
VERSION:=1.2.0
30+
VERSION:=1.3.0
3131
# EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c
3232
# this line excludes opcontrol.c and similar files
3333
EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext)))

firmware/libpros.a

1.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)