Handling of COMMAND-parameters: info-text not shown
Open
- Dominant language
- Lua
- Stars
- 12
- Forks
- 6
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 1
Description
If the LUA starts a command-parameter, it writes (0x2d) the parameter with status (0x01).
If the device immediate executes the command if may - according to the TBS specs - answer with status (ready: 0x00) and send an additional info-text (like "OK" or "Failed").
But this info-text isn't displayed.
Refer to the sequence diagram: https://github.com/tbs-fpv/tbs-crsf-spec/blob/main/crsf.md#command
The last arrow shows the info text in the frame (status: ready, Info: "OK").
I think this is missing in the LUA
The TBS Agent seems to work correctly in this regard.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.