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

Commit

Permalink
v1.5.0 to fix multiple-definitions linker error
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
khoih-prog committed Jun 21, 2022
1 parent 0192361 commit ea16602
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"tests"
]
},
"dependencies":
[],
"license": "GPL-3.0",
"frameworks": "*",
"platforms": "espressif32",
"examples": "examples/*/*/*.ino",
Expand Down

0 comments on commit ea16602

Please sign in to comment.