-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c561cb9
commit 2450c3e
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 | ||
} | ||
] |