mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
Update the luadoc for sportTelemetryPop() (#4287)
Followup on #4232: DIY ID range changed to 0x5000 - 0x52FF
This commit is contained in:
parent
51d1e6e94a
commit
4a76c023e6
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ bool luaFindFieldByName(const char * name, LuaField & field, unsigned int flags)
|
|||
/*luadoc
|
||||
@function sportTelemetryPop()
|
||||
|
||||
Pops a received SPORT packet from the queue. Please note that only packets using a data ID within 0x5000 to 0x50FF (frame ID == 0x10), as well as packets with a frame ID equal 0x32 (regardless of the data ID) will be passed to the LUA telemetry receive queue.
|
||||
Pops a received SPORT packet from the queue. Please note that only packets using a data ID within 0x5000 to 0x52FF (frame ID == 0x10), as well as packets with a frame ID equal 0x32 (regardless of the data ID) will be passed to the LUA telemetry receive queue.
|
||||
|
||||
@retval SPORT paket as a quadruple:
|
||||
* sensor ID (number)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue