Skip to content

v5.0.0: add sx126x support, fix ESP32 integration

Latest
Compare
Choose a tag to compare
@terrillmoore terrillmoore released this 18 Nov 03:36
40e9714

This is a major release, with potentially breaking changes.

Potentially breaking changes:

  • all hal_... global symbols were renamed lmic_hal_.... The effect should be small for user code, but the compliance sketch needed to be fixed. So you may have problems.

Enhancements include:

  • support for SX1261 and SX1262 radios
  • documentation updates
  • bug fixes

Caveats:

  • I have not run the RedwoodComm LoRaWAN compliance tests for this release.
  • I do not have a SX126x platform for test purposes (recommendations solicited)
  • I have not investigated whether things can be integrated more cleanly with modern Arduino CLI/IDE. WIth Arduino CLI, you can pass #define from the command line; I imagine this is also possible with the IDE. There may be better ways to configure the library these days.

What's Changed (automatically generated)

New Contributors

Full Changelog: v4.1.1...v5.0.0