sensebox / senseBoxMCU-core

This repository will handle the senseBox MCU board support package.
Apache License 2.0
2 stars 8 forks source link

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

Open JeroenvIS opened 4 years ago

JeroenvIS commented 4 years ago

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 commented 4 years ago

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 https://github.com/matthijskooijman/arduino-lmic/issues/270 for more details.