1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

background function added to Lua scripts (used only in telemetry

scripts)
This commit is contained in:
bsongis 2014-06-18 21:59:19 +02:00
parent ec81b078fe
commit b77d470684
2 changed files with 11 additions and 4 deletions

View file

@ -1464,6 +1464,7 @@ enum AUDIO_SOUNDS {
uint8_t reference;
uint8_t state;
int run;
int background;
uint8_t instructions;
uint8_t memory;
};