@@ -3,7 +3,7 @@ Get your node quickly up and running with LMIC-node.
33
44# LMIC-node
55
6- [ ![ GitHub release] ( https://img.shields.io/github/release/lnlp/LMIC-node.svg )] ( https://github.com/lnlp/LMIC-node/releases/latest ) [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/lnlp/LMIC-node/v1.2 .0.svg )] ( https://github.com/lnlp/LMIC-node/compare/v1.2 .0...main )
6+ [ ![ GitHub release] ( https://img.shields.io/github/release/lnlp/LMIC-node.svg )] ( https://github.com/lnlp/LMIC-node/releases/latest ) [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/lnlp/LMIC-node/v1.3 .0.svg )] ( https://github.com/lnlp/LMIC-node/compare/v1.3 .0...main )
77One example to rule them all
88
99## Contents
@@ -1032,6 +1032,36 @@ To be added.
10321032
10331033## 9 Release History
10341034
1035+ **Release v1.3.0 **
1036+
1037+ - Added
1038+ - Separate LMIC_PRINTF_TO definitions for each board that uses MCCI LMIC.
1039+ - Subband selection for US915 and AU915 for OTAA (fixes issue for AU915).
1040+ - Parameterization for ` initLmic() ` and ` setAbpParameters() ` .
1041+ - Custom event handler for MCCI LMIC to capture ` EV_RXSTART ` .
1042+ - User code markers in ` setup() ` .
1043+ - Description for ` setup() ` , ` processWork() ` and ` processDownlink() ` functions and ` doWork ` job in ` README.md ` .
1044+
1045+ - Changed
1046+ - Replace 'Arduino Zero (USB)' (` zerousb ` ) board with 'SAMD21 M0-Mini' (` samd21_m0_mini ` ).
1047+ - For Adafruit Feather M0 LoRa board, change ` lmic_pins.rssi_cal ` from 10 to 8.
1048+ - For BSFrance LoRa32u4 II board, change ` lmic_pins.rssi_cal ` from 10 to 8.
1049+ - Set Tx indicators off at ` EV_JOINED ` , ` EV_JOIN_TXCOMPLETE ` and ` EV_TXCANCELLED ` .
1050+ - Change Raspberry Pi Platform (GitHub URL) to official release (name, no URL).
1051+ - Remove ` #include <Arduino.h> ` from LMIC-node.cpp.
1052+
1053+ - Fixed
1054+ - Do not schedule uplinks while still joining.
1055+ ` processWork() ` will be skipped when still joining (counter will not be read).
1056+ - Incorrect DIO1 pin mapping (5 -> 6) for Adafruit Feather M0 LoRa board.
1057+ - Incorrect #if statement for ` LMIC_setDrTxpow() ` in ` initLmic() ` .
1058+ - AU915 joining fails because proper subband is not selected.
1059+ - LMIC_PRINTF_TO not working (properly) (at least on Windows) for boards with ARM based MCU.
1060+ - LMIC_PRINTF_TO not working for boards using SerialUSB.
1061+
1062+ - Known issues
1063+ - None.
1064+
10351065** Release v1.2.0**
10361066
10371067- Added
0 commit comments