Funny, same topic as in Include library in main.cpp - #2 by maxg
The library really doesn’t conform to the PlatformIO library structure at all and it doesn’t have a manifest (library.json
) to tell PlatformIO its include paths, so… weird things happen.
Also the mavlink.h
file exists 12 times in that library, what’s up with that?