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

FlightController.rb - current values same as default in output *.json #12

Open
KyokushinPL opened this issue Nov 18, 2017 · 1 comment

Comments

@KyokushinPL
Copy link

FlightController.rb - current values are same as default in output *.json file.
script is reading correct current values, but in cache json a current value is same as default.

@jan2642
Copy link
Contributor

jan2642 commented Nov 19, 2017

This was by design but might indeed be confusing since there's also a 'value' in the json file. The parameters are referenced by the FC with an index number but getting this list takes quite some time. That's why I cache it in a json file per FC version (similar to Assistant 2). That's currently the sole purpose of that json file.

I'm planning to add a backup/restore function which will store parameter names & corresponding values in a separate file but that's still work-in-progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants