lua-reference-guide icon indicating copy to clipboard operation
lua-reference-guide copied to clipboard

Results 10 lua-reference-guide issues
Sort by recently updated
recently updated
newest added

Removed unnecessary `[//]: (LUADOC-BEGIN:x)` from Part III titles and section headers.

I checked the getTxGPS() output with a NMEA GPS (u-Blox SAM-M8Q) and found that some units in the description here were wrong. Altitude output is in meters, step size is...

[https://doc.open-tx.org/opentx-2-3-lua-reference-guide/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/settelemetryvalue](https://doc.open-tx.org/opentx-2-3-lua-reference-guide/part_iii_-_opentx_lua_api_reference/general-functions-less-than-greater-than-luadoc-begin-general/settelemetryvalue) link listing the units is unfortunately broken

... which runs when the switch is not active. As of 2.2.0RC1 See https://github.com/opentx/opentx/issues/3609

The examples in the manually generated sections of the documentation should have download links where appropriate. NOTE - this will require manual synchronization. Alternatively - format all the manual examples...

Lua API docs (in opentx repository) are mostly done. They now need some attention in the grammar and spelling department. @dsbeach whenever you have the time and will :wink:

enhancement

If a function name (different from the current function) is found in a function documentation, replace it with a link to that function. Example: in module.setModule() docs, replace reference to...

enhancement
doc-generator-script

The docs will have an optional section: ``` @status current Introduced in 2.0.0, changed in 2.1.0 ```

doc-generator-script