Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit ea16602

Browse files
authored
v1.5.0 to fix multiple-definitions linker error
#### Releases v1.5.0 1. Fix multiple-definitions linker error. 2. Add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to avoid `multiple-definitions` linker error
1 parent 0192361 commit ea16602

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"tests"
2323
]
2424
},
25-
"dependencies":
26-
[],
25+
"license": "GPL-3.0",
2726
"frameworks": "*",
2827
"platforms": "espressif32",
2928
"examples": "examples/*/*/*.ino",

0 commit comments

Comments
 (0)