ttn-esp32/library.json

27 lines
748 B
JSON
Raw Normal View History

2019-04-17 22:25:26 +02:00
{
"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",
2020-08-01 18:32:10 +02:00
"branch": "master"
2019-04-17 22:25:26 +02:00
},
2022-09-27 19:20:53 +02:00
"version": "4.2.0-1",
2019-04-17 22:25:26 +02:00
"license": "MIT License",
"export": {
"include": [
"include",
2020-08-01 10:13:11 +02:00
"src"
2019-04-17 22:25:26 +02:00
]
},
"frameworks": "espidf",
"platforms": "espressif32"
}