You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1241,10 +1241,13 @@ function uflt12f(rawUflt12)
1241
1241
## Release History
1242
1242
1243
1243
- HEAD contains the following changes
1244
-
- Adapt ttn-otaa-network-time example to be compatible with [PaulStoffregen/Time](https://github.com/PaulStoffregen/Time) v1.6.1, which deletes `Time.h` in favor of `TimeLib.h`[#763](https://github.com/mcci-catena/arduino-lmic/issues/763). Version is v4.0.1-pre1.
1245
-
- Add support for TTGO LoRa32-OLED v2.1.6. (Thanks to @ChrSchultz, [#692](https://github.com/mcci-catena/arduino-lmic/pull/692).)
1246
-
- Correct max TX EIRP for Japan to 13 dBm. (Thanks to @ryos36, [#662](https://github.com/mcci-catena/arduino-lmic/pull/662).)
1247
-
- Correct link in this document to the LMIC-v4.0.0 pdf ([#788](https://github.com/mcci-catena/arduino-lmic/issues/788)).
1244
+
- Adapt `ttn-otaa-network-time` example to be compatible with [PaulStoffregen/Time](https://github.com/PaulStoffregen/Time) v1.6.1, which deletes `Time.h` in favor of `TimeLib.h`[#763](https://github.com/mcci-catena/arduino-lmic/issues/763). Version is v4.0.1-pre1.
1245
+
- Add support for TTGO LoRa32-OLED v2.1.6. (Thanks to [@ChrSchultz](https://github.com/ChrSchultz), [#692](https://github.com/mcci-catena/arduino-lmic/pull/692).)
1246
+
- Correct max TX EIRP for Japan to 13 dBm. (Thanks to [@ryos36](https://github.com/ryos36), [#662](https://github.com/mcci-catena/arduino-lmic/pull/662).)
1247
+
- Correct link in this document to the LMIC-v4.0.0 pdf ([#788](https://github.com/mcci-catena/arduino-lmic/issues/788), thanks [@lnlp](https://github.com/lnlp)).
1248
+
- Warn about Feather pin wiring requirements ([#755](https://github.com/mcci-catena/arduino-lmic/issues/755), thanks to [@d-a-v](https://github.com/d-a-v)).
1249
+
- Fix typos in this document ([#780](https://github.com/mcci-catena/arduino-lmic/issues/780), thanks [@PeeJay](https://github.com/PeeJay)).
1250
+
- Fix additional warnings on non-ARM platforms ([#791](https://github.com/mcci-catena/arduino-lmic/issues/791), thanks [@d-a-v](https://github.com/d-a-v)).
1248
1251
1249
1252
- v4.0 is a major release; changes are significant enough to be "likely breaking". It includes the following changes.
0 commit comments