Skip to content

Commit 3b44e60

Browse files
feat: initial ethos addon submission (#319)
* feat: initial ethos addon submission * chore: Update Addon Metadata * fix: remove comment in config.json in submodule * chore: Update Addon Metadata --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e82bd1 commit 3b44e60

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,3 +274,7 @@
274274
[submodule "addons/luasql/module"]
275275
path = addons/luasql/module
276276
url = https://github.com/saspivey98/luasql-definitions
277+
[submodule "addons/ethos/module"]
278+
path = addons/ethos/module
279+
url = https://github.com/flyingeek/ethos-lua-definitions.git
280+
branch = luals-addon

addons/ethos/info.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json",
3+
"name": "Ethos Lua (FrSky)",
4+
"description": "Definitions for the Ethos Lua API, used in FrSky transmitters.",
5+
"size": 75430,
6+
"hasPlugin": false
7+
}

addons/ethos/module

Submodule module added at f859352

0 commit comments

Comments
 (0)