mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 23:05:12 +03:00
S.PORT to Lua telemetry passthrough
The Fifo is created with ```telemetryRegister``` and elements (ID + Value) are taken from the Fifo with ```telemetryPop``` Not tested at all. Just for review / discussion
This commit is contained in:
parent
81a7a554c3
commit
75e1bead3f
16 changed files with 119 additions and 69 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
OS_TID cliTaskId;
|
||||
TaskStack<CLI_STACK_SIZE> cliStack;
|
||||
Fifo<256> cliRxFifo;
|
||||
Fifo<uint8_t, 256> cliRxFifo;
|
||||
uint8_t cliTracesEnabled = true;
|
||||
// char cliLastLine[CLI_COMMAND_MAX_LEN+1];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue