-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
scripts.json
34 lines (34 loc) · 1.47 KB
/
scripts.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
[
{
"name": "TBS Agent Lite",
"description": "Configure TBS products using only your radio.",
"filename": "https://www.team-blacksheep.com/tbs-agent-lite.zip",
"infourl": "https://www.team-blacksheep.com/products/prod:agentx",
"default": false,
"official": false
},
{
"name": "ExpressLRS Lua V2",
"description": "Configure ExpressLRS Modules and Receivers running v2 firmware.",
"filename": "https://raw.githubusercontent.com/ExpressLRS/ExpressLRS/master/src/lua/elrsV2.lua",
"infourl": "https://www.expresslrs.org/2.0/quick-start/lua-howto/",
"default": false,
"official": false
},
{
"name": "Multi-Module Lua Scripts",
"description": "Configure Internal or External Multiprotocol modules.",
"filename": "https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/releases/download/v1.3.3.0/MultiLuaScripts.zip",
"infourl": "https://github.com/pascallanger/DIY-Multiprotocol-TX-Module",
"default": true,
"official": false
},
{
"name": "Betaflight Lua Scripts",
"description": "Configure PIDs, Rates, and more on your Betaflight quad.",
"filename": "https://github.com/betaflight/betaflight-tx-lua-scripts/releases/download/1.5.0/betaflight-tx-lua-scripts_1.5.0.zip",
"infourl": "https://github.com/betaflight/betaflight-tx-lua-scripts",
"default": false,
"official": false
}
]