1
0
Fork 0
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:
Bertrand Songis 2016-02-28 11:56:54 +01:00
parent 81a7a554c3
commit 75e1bead3f
16 changed files with 119 additions and 69 deletions

View file

@ -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];