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:
parent
ec81b078fe
commit
b77d470684
2 changed files with 11 additions and 4 deletions
|
@ -1464,6 +1464,7 @@ enum AUDIO_SOUNDS {
|
|||
uint8_t reference;
|
||||
uint8_t state;
|
||||
int run;
|
||||
int background;
|
||||
uint8_t instructions;
|
||||
uint8_t memory;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue