I'm porting an Arduino project to PlatformIO; and that turns out to be not so easy as I expected to.
In PlatformIO I want this structure:
Some_Work_Space
|
|--- Procject_1
|
|--- Project_2
|
|--- Common
| |
| |--- Library
How do I tell PlatformIO that I want Project_1 and Project_2 to use libraries from /Common/Library?
On the PlatformIO forum I get the advice to use: "lib_extra_dirs".
All nice and well, but when I read the "documentation" I completely lost track. This "documentation" is written from the perspective of the developer and for him it is a good reference book, but IMHO not very useful for a newbe user.
So, can/will someone help me out please?
When I look at the compiler output all seems well, despite those squiggly lines.
Is that a bug in PlatformIO?
LDF: Library Dependency Finder -> Library Dependency Finder (LDF) — PlatformIO latest documentation
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 31 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <ESP_VS1053_Library> 1.1.2
| |-- 1.0
|-- 1.0
|--<wificonfig
|--<wireconfig
Building in release mode