1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 04:45:17 +03:00

Lua docs fix: playNumber() units table correction

This commit is contained in:
Damjan Adamic 2017-03-13 20:16:58 +01:00
parent 97734f2d9a
commit 7aae618ff8

View file

@ -688,16 +688,17 @@ Play a numerical value (text to speech)
| 13 | Percent | | 13 | Percent |
| 14 | Milliamp Hours | | 14 | Milliamp Hours |
| 15 | Watts | | 15 | Watts |
| 16 | DB | | 16 | Milliwatts |
| 17 | RPM | | 17 | DB |
| 18 | Gee | | 18 | RPM |
| 19 | Degrees | | 19 | Gee |
| 20 | Radians | | 20 | Degrees |
| 21 | Milliliters | | 21 | Radians |
| 22 | Fluid Ounces | | 22 | Milliliters |
| 23 | Hours | | 23 | Fluid Ounces |
| 24 | Minutes | | 24 | Hours |
| 25 | Seconds | | 25 | Minutes |
| 26 | Seconds |
*/ */
static int luaPlayNumber(lua_State * L) static int luaPlayNumber(lua_State * L)