-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
34 lines (34 loc) · 945 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://raw.githubusercontent.com/platformio/platformio-core/develop/platformio/assets/schema/library.json",
"name": "LoRa32",
"version": "0.6.9",
"description": "Automatic configuration for LoRa32 boards (HelTec, LilyGo/TTGO, etc.) with builtin support for RadioLib (LoRaWAN).",
"keywords": "LoRa32, ESP32, FSK, 2FSK, LoRa, LoRaWAN, RadioLib, Arduino",
"homepage": "https://velocet.github.io/LoRa32",
"repository":
{
"type": "git",
"url": "https://github.com/velocet/LoRa32"
},
"authors":
{
"name": "Velocet",
"email": "git@mail.velocet.de",
"url": "https://velocet.github.io/",
"maintainer": true
},
"license": "MIT",
"frameworks": "Arduino",
"platforms": "espressif32",
"headers": "LoRa32.h",
"dependencies":[
{
"name": "RadioLib",
"version": "https://github.com/jgromes/RadioLib"
}
],
"build":
{
"libLDFMode": "chain+"
}
}