-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpluginInfo.json
executable file
·36 lines (36 loc) · 1.04 KB
/
pluginInfo.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
35
36
{
"repoName": "fpp-LoRa",
"name": "LoRa MultiSync Plugin for FPP",
"author": "Daniel Kulp (dkulp)",
"description": "This plugin extends the Master/Remote protocol of FPP to use LoRa serial/uart devices. This can provide Master/Remote setups that span miles, far outside the range of Wifi.",
"homeURL": "https://github.com/FalconChristmas/fpp-LoRa",
"srcURL": "https://github.com/FalconChristmas/fpp-LoRa.git",
"bugURL": "https://github.com/FalconChristmas/fpp-LoRa/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "3.1",
"maxFPPVersion": "0",
"branch": "master",
"sha": "2d56758d02688acaf8af0b8ad95f409be79b283a",
"dependencies": {
}
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": "",
"dependencies": {
}
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"dependencies": {
}
}
]
}