|
1 | 1 | # Arduino-LMIC library ("MCCI LoRaWAN LMIC Library") |
2 | 2 |
|
3 | | -[](https://github.com/mcci-catena/arduino-lmic/releases/latest) [](https://github.com/mcci-catena/arduino-lmic/compare/v4.1.1...master) [](https://github.com/mcci-catena/arduino-lmic/actions) |
| 3 | +[](https://github.com/mcci-catena/arduino-lmic/releases/latest) [](https://github.com/mcci-catena/arduino-lmic/compare/v5.0.0...master) [](https://github.com/mcci-catena/arduino-lmic/actions) |
4 | 4 |
|
5 | 5 | **Contents:** |
6 | 6 |
|
@@ -999,12 +999,16 @@ function uflt12f(rawUflt12) |
999 | 999 |
|
1000 | 1000 | ## Release History |
1001 | 1001 |
|
1002 | | -- HEAD has the following changes. |
| 1002 | +- v5.0.0 has the following changes. |
1003 | 1003 |
|
1004 | 1004 | - Enable device time request by default in config file ([#840](https://github.com/mcci-catena/arduino-lmic/issues/840)). |
1005 | | - - Add support for SX126x radios ([#949](https://github.com/mcci-catena/arduino-lmic/pull/949)). |
| 1005 | + - Add support for SX1261/SX1262 radios ([#949](https://github.com/mcci-catena/arduino-lmic/pull/949)). |
1006 | 1006 | - Refactor `README.md` a little and put little used configuration info in a separate file. |
1007 | | - - Change all exports named `hal_*` to `lmic_hal_*`. This is a breaking change, and so the version number is advanced to 5.0.0-pre1. ([#714](https://github.com/mcci-catena/arduino-lmic/issues/714)) |
| 1007 | + - Change all exports named `hal_*` to `lmic_hal_*`. This is a breaking change, and so the version number is advanced to 5.0.0. ([#714](https://github.com/mcci-catena/arduino-lmic/issues/714)) |
| 1008 | + - Fix typos in documentation ([#956](https://github.com/mcci-catena/arduino-lmic/pull/956), [#879](https://github.com/mcci-catena/arduino-lmic/pull/879)). |
| 1009 | + - Initialize DHT sensor in ttn-abp-feather-us915-dht22 example ([#902](https://github.com/mcci-catena/arduino-lmic/pull/902)) |
| 1010 | + - Fix configPower for sx1272 ([#894](https://github.com/mcci-catena/arduino-lmic/pull/894)) |
| 1011 | + - Enable device time by request ([#840](https://github.com/mcci-catena/arduino-lmic/pull/840)) |
1008 | 1012 |
|
1009 | 1013 | - v4.1.1 is a patch release. |
1010 | 1014 |
|
@@ -1127,7 +1131,7 @@ This library started from the IBM V1.5 open-source code. |
1127 | 1131 |
|
1128 | 1132 | - [`@ngraziano`](https://github.com/ngraziano) did extensive testing and contributed numerous ADR-related patches. |
1129 | 1133 |
|
1130 | | -- [`@TristanWebber`](https://github.com/TristanWebber) contributed sx1261 and sx1262 support. |
| 1134 | +- Tristan Webber ([`@TristanWebber`](https://github.com/TristanWebber)) contributed sx1261 and sx1262 support. |
1131 | 1135 |
|
1132 | 1136 | There are many others, who have contributed code and also participated in discussions, performed testing, reported problems and results. Thanks to all who have participated. We hope to use something like [All Contributors](https://https://allcontributors.org/) to help keep this up to date, but so far the automation isn't working. |
1133 | 1137 |
|
|
0 commit comments