lua model.getGlobalVariable()
/model.setGlobalVariable()
is an int, whereas all other model.get*
/model.set
get/set whole tables with all info
#5666
Labels
enhancement ✨
New feature or request
Is there an existing issue for this feature request?
Is your feature request related to a problem?
Yes, I'm working on input/export functionality in lua to allow, within edgetx to transfer specific configurations between models, and this is quite a problem, making it impossible
Describe the solution you'd like
I recognize that
model.getGlobalVariable()
/model.setGlobalVariable()
likely cannot have API changes introduced, but maybe we can addmodel.getGlobalVariableTable()
or similarDescribe alternatives you've considered
I thought about reading the YAML's but this is not really very possible in lua on the radio.
Additional context
No response
The text was updated successfully, but these errors were encountered: