Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua model.getGlobalVariable()/model.setGlobalVariable() is an int, whereas all other model.get*/model.set get/set whole tables with all info #5666

Open
1 task done
forbesmyester opened this issue Nov 15, 2024 · 0 comments · May be fixed by #5688
Labels
enhancement ✨ New feature or request

Comments

@forbesmyester
Copy link

Is there an existing issue for this feature request?

  • I have searched the existing issues

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 add model.getGlobalVariableTable() or similar

Describe 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

@forbesmyester forbesmyester added the enhancement ✨ New feature or request label Nov 15, 2024
@forbesmyester forbesmyester linked a pull request Nov 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant