mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 00:05:17 +03:00
Now telem0.lua replaces the voltages screen and telem1.lua .. telem7.lua
are allowed. The user could now have 1+7+3+1=12 telemetry screens!
This commit is contained in:
parent
2416dde7bb
commit
ec81b078fe
3 changed files with 119 additions and 106 deletions
|
@ -1458,7 +1458,7 @@ enum AUDIO_SOUNDS {
|
|||
SCRIPT_FUNC_FIRST,
|
||||
SCRIPT_FUNC_LAST=SCRIPT_FUNC_FIRST+MAX_SCRIPTS-1,
|
||||
SCRIPT_TELEMETRY_FIRST,
|
||||
SCRIPT_TELEMETRY_LAST=SCRIPT_TELEMETRY_FIRST+MAX_SCRIPTS-1,
|
||||
SCRIPT_TELEMETRY_LAST=SCRIPT_TELEMETRY_FIRST+MAX_SCRIPTS, // telem0 and telem1 .. telem7
|
||||
};
|
||||
struct ScriptInternalData {
|
||||
uint8_t reference;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue