Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LMIC library is outdated and LMIC debugging doesn't work #19

Open
JeroenvIS opened this issue Feb 27, 2020 · 1 comment
Open

LMIC library is outdated and LMIC debugging doesn't work #19

JeroenvIS opened this issue Feb 27, 2020 · 1 comment

Comments

@JeroenvIS
Copy link

The LMIC library included with this platform is quite old, it hasn't been updated in two years. On the version that you're including now, it's impossible to compile with LMIC debugging enabled, as that is not supported on SAMD architecture with this old library. That has been fixed upstream though.

@JeroenvIS
Copy link
Author

Upgrading LMIC to upstream 1.5.0+arduino3 makes it possible to compile with LMIC debugging enabled, when using Arduino core 1.6.x. With Arduino core 1.8.x, a minor additional fix to LMIC is needed. See matthijskooijman/arduino-lmic#270 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant