mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 20:24:28 +02:00
Update README with link to Wiki
This commit is contained in:
parent
5a7b3b0fcb
commit
f06be4c069
@ -19,11 +19,12 @@ The library is based on the LMIC library from IBM (specifically the well-maintai
|
|||||||
|
|
||||||
## New in version 4.0 (prerelease)
|
## New in version 4.0 (prerelease)
|
||||||
|
|
||||||
- Support for deep sleep and power off
|
- Support for deep sleep and power off (see [Deep Sleep and Power Off](https://github.com/manuelbl/ttn-esp32/wiki/Deep-Sleep-and-Power-Off))
|
||||||
- Verified compatibility with ESP-IDF v4.3
|
- Verified compatibility with ESP-IDF v4.3
|
||||||
- Upgraded underlying library mcci-catena/arduino-lmic to v4.0.1 (improved channel shuffling)
|
- Upgraded underlying library mcci-catena/arduino-lmic to v4.0.1 (improved channel shuffling)
|
||||||
- C API
|
- C API
|
||||||
- Support for sub-bands
|
- Support for sub-bands
|
||||||
|
- Dropped support for *Makefile* builds
|
||||||
|
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
@ -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": "4.0.0-pre",
|
"version": "4.0.1-pre",
|
||||||
"license": "MIT License",
|
"license": "MIT License",
|
||||||
"export": {
|
"export": {
|
||||||
"include": [
|
"include": [
|
||||||
|
Loading…
Reference in New Issue
Block a user