LMIC-node v1.1.0
Maintenance release
Update README.md and add Release History.
Added
- Support for SX1276 Low port and SX1272 in RSSI calculation (used for IBM LMIC framework).
- LMIC library and LMIC debug level (if >0) added to print output.
- Option to make possible to override in platformio.ini, the value of STM32_POST_INITSERIAL_DELAY_MS defined in BSF of STM32 boards.
- Compile error when ABP is used with IBM LMIC framework (because not LoRaWAN compliant).
Changed
- In Adafruit Feather M0 LoRa BSF change DIO1 from pin 5 to pin 6 because that is what Adafruit uses in their tutorial.
Fixed
- For STM32 BSF's surround postInitSerial delay with #ifdef USE_SERIAL.
- ABP_DEVICEID not being used if defined in lorawan-keys.h.
- Offset for RSSI calculation when using MCCI LMIC.
- printEvent() error when no USE_DISPLAY and no USE_SERIAL are defined.
Known issue
- The MCCI LoRaWAN LMIC library has a problem with SerialUSB on the Arduino Zero (USB) board so LMIC debug output cannot be used.