Hi everyone,
for my project i use internal and external librarys, so i decided to use the platformio.ini to share my project with other member of my team.
Two are in the library manager of PlatformIO.
After i added them in this specific project, i wrote them in the “lib_deps”.
Now i want to use one of my library, it’s on git, so i decide to add it on “lib_deps_external”.
When i try to build the main.cpp, that give me an error about the git library.
I know that if i put the library on the lib folder it works on the main.cpp, but i would like to share it using the platformio.ini file.
What i wrong?