Skip to content

LMIC-node v1.2.0

Compare
Choose a tag to compare
@lnlp lnlp released this 08 May 21:09
· 35 commits to main since this release

LMIC-node v1.2.0 Release Notes

Added

  • Support for Raspberry Pi Pico board.
  • Support for Teensy LC board.
  • New pinout diagrams repository.
  • Link to pinout diagrams in README.md.
  • Links to forum topics in README.md.
  • Example output for serial monitor in README.md.
  • Improvements in README.md.
  • Specify more version numbers for supported boards in README.md and platformio.ini.
  • Compile error when USE_LED is defined for TTGO T-Beam v1.x boards.

Changed

  • Prefix BSF file names with bsf_.
  • Rename board-id ttgo_tbeam to ttgo_t_beam.
  • Rename board-id ttgo_tbeam_v1 to ttgo_t_beam_v1.
  • Rename header guards in BSF files that slipped a previous rename action.
  • Order of some chapters in README.md.

Fixed

  • Casing in #include "LMIC-node.h" statement in .cpp and BSF files.

Known issues

  • LMIC debug output currently does not work with Arduino Zero (USB) and Raspberry Pi Pico boards.