mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 14:25:09 +03:00
Lua documentation update
This commit is contained in:
parent
a53db11e1a
commit
be61e07939
1 changed files with 8 additions and 2 deletions
|
@ -86,6 +86,12 @@ static int luaModelSetInfo(lua_State *L)
|
||||||
|
|
||||||
Get RF module parameters
|
Get RF module parameters
|
||||||
|
|
||||||
|
`rfProtocol` values:
|
||||||
|
* -1 OFF
|
||||||
|
* 0 D16
|
||||||
|
* 1 D8
|
||||||
|
* 2 LR12
|
||||||
|
|
||||||
@param index (number) module index (0 for internal, 1 for external)
|
@param index (number) module index (0 for internal, 1 for external)
|
||||||
|
|
||||||
@retval nil requested module does not exist
|
@retval nil requested module does not exist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue