Prepare for release 3.3

This commit is contained in:
Manuel Bl 2021-01-05 21:57:24 +01:00
parent 5c695fd223
commit 1913840679
2 changed files with 6 additions and 5 deletions

View File

@ -12,11 +12,12 @@ This ESP32 component provides LoRaWAN communication with [The Things Network](ht
The library is based on the LMIC library from IBM (specifically the well-maintained version by MCCI see their [GitHub repository](https://github.com/mcci-catena/arduino-lmic)) and provides a high-level API specifically targeted at The Things Network. The library is based on the LMIC library from IBM (specifically the well-maintained version by MCCI see their [GitHub repository](https://github.com/mcci-catena/arduino-lmic)) and provides a high-level API specifically targeted at The Things Network.
## New in version 3.2 ## New in version 3.3
- Verified compatibility with ESP-IDF v4.2
- Upgraded underlying library mcci-catena/arduino-lmic to v3.3.0 (no relevant changes)
- Ensure interrupt code is in IRAM
- Based on latest version of LMIC library (3.2.0) and ESP-IDF v4.0.x
- Monitoring of RF parameters (frequency, bandwidth, spreading factor, RSSI)
- Shutdown/startup of radio, enabling/disabling of ADR
## Get Started ## Get Started

View File

@ -13,7 +13,7 @@
"url": "https://github.com/manuelbl/ttn-esp32.git", "url": "https://github.com/manuelbl/ttn-esp32.git",
"branch": "master" "branch": "master"
}, },
"version": "3.2.0", "version": "3.3.0",
"license": "MIT License", "license": "MIT License",
"export": { "export": {
"include": [ "include": [