Skip to content

Commit

Permalink
chore: add note added in 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jan 20, 2025
1 parent c098a07 commit a8f1b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/lua/api_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ Return input data for given input and line number
* 'mode' (number) input side (positive, negative or all)
* 'flightModes' (number) bit-mask of active flight modes
@status current Introduced in 2.0.0, curveType/curveValue/carryTrim added in 2.3, inputName added 2.3.10, flighmode reworked in 2.3.11, broken carryTrim replaced by trimSource in 2.8.1, scale added in 2.10
@status current Introduced in 2.0.0, curveType/curveValue/carryTrim added in 2.3, inputName added 2.3.10, flighmode reworked in 2.3.11, broken carryTrim replaced by trimSource in 2.8.1, scale added in 2.10, mode added in 2.11
*/
static int luaModelGetInput(lua_State *L)
{
Expand Down

0 comments on commit a8f1b47

Please sign in to comment.