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.
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.