How to add an external library in a project?
Hi,
I have had some problems with that as well. You should go to the project properties >> C/C++ General >> Paths and Symbols
In the includes tab select the GNU C++ and Add the location of your library, can be relative and just add the 'lib/LoRa' for example if that is the location
In the Source Location tab add the folder of the library.
This should work. Let me know if it work for you.