mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-13 11:34:28 +02:00
Prepare for release 3.3
This commit is contained in:
parent
5c695fd223
commit
1913840679
@ -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.
|
||||
|
||||
## 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
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
"url": "https://github.com/manuelbl/ttn-esp32.git",
|
||||
"branch": "master"
|
||||
},
|
||||
"version": "3.2.0",
|
||||
"version": "3.3.0",
|
||||
"license": "MIT License",
|
||||
"export": {
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user