matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
704 stars 651 forks source link

Library versioning #267

Open Roberto6969 opened 4 years ago

Roberto6969 commented 4 years ago

Hello, would you be so kind and clean up mess with library versions? I have version 0 installed in Arduino IDE and it compiles. On the same computer in VSC I have version 3 installed but it does not compile due to errors as with version 0, 1 or 2. How can I manually convince VSC it will detect the right version? BTW: I have only version 3 files in libraries folder.

Thank You!

matthijskooijman commented 4 years ago

What is the mess exactly? I think the IDE might incorrectly sort and default to the -0 version, but -3 should really be the latest version and it should work.

If it does not, please offer some error messages and a proper bug report, since your current report is not really actionable :-)

Roberto6969 commented 4 years ago

Sorry, I will try to be more precise:

If I conclude with open points:

I checked again version in library folder. It is from 26.1.2020 - I guess this is version 3.

Please, let me know if I haven't been clear enough or if you need any additional information.