mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-15 04:14:28 +02:00
PlatformIO library description
This commit is contained in:
parent
f01b29a3b2
commit
1c88b1f5be
27
library.json
Normal file
27
library.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"name": "ttn-esp32",
|
||||||
|
"description": "The Things Network device library for ESP32 (ESP-IDF) and SX127x based devices",
|
||||||
|
"keywords": "esp32, ttn, espidf, lorawan, sx1276, sx1272, rfm92, rfm95, lmic",
|
||||||
|
"authors": {
|
||||||
|
"name": "Manuel Bl",
|
||||||
|
"email": "manuel.bleichenbacher@gmail.com",
|
||||||
|
"url": "https://github.com/manuelbl/ttn-esp32",
|
||||||
|
"maintainer": true
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/manuelbl/ttn-esp32.git",
|
||||||
|
"branch": "dev"
|
||||||
|
},
|
||||||
|
"version": "2.3.2",
|
||||||
|
"license": "MIT License",
|
||||||
|
"export": {
|
||||||
|
"include": [
|
||||||
|
"include",
|
||||||
|
"src",
|
||||||
|
"esp_idf_lmic_config.h"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"frameworks": "espidf",
|
||||||
|
"platforms": "espressif32"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user