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

zranger V1 not returning readings on log variable #374

Closed
ataffanel opened this issue Oct 9, 2018 · 0 comments
Closed

zranger V1 not returning readings on log variable #374

ataffanel opened this issue Oct 9, 2018 · 0 comments
Milestone

Comments

@ataffanel
Copy link
Member

The Zranger2 driver is declaring the same log variable as zranger1 which results in zranger2 variable being the only one readable from the ground. This can be tested by trying to log range.zrange when a zranger or flow deck V1 is installed and then doing so again with removing zranger2.o from the makefile: if zranger2.o is compiled range.zrange always returns 0, if zranger2.o is not part of the build the log variable returns the range correctly.

One possible fix would be to centralize all range in an API file: this way there is a single point to get ranges to different direction independently of the mean this range has been acquired and we have a single point to declare log variables.

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