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

Mixed module versions results in "missing modules" if order is incorrect #125

Open
mitchese opened this issue Jun 7, 2022 · 0 comments
Open

Comments

@mitchese
Copy link

mitchese commented Jun 7, 2022

This may be more of an issue for documentation update or possibly an unsupported configuration, but I found this issue odd.

I have a pack with mixed modules, mixing between 4.21 and 4.40. All modules are flashed with the current master version (0af6c8d).

If I connect them

Controller TX --> 4.40 --> 4.21 -> 4.21 -> 4.40 -> 4.40 -> Controller RX

then the controller shows I only have 4 cells. The "first" (4.40) module is missing in the delivered values.

If I re-arrange the same modules to the following configuration:

Controller TX --> 4.21 --> 4.21 -> 4.40 -> 4.40 -> 4.40 -> Controller RX

then all modules report correctly. It appears that when communicating between different module hardware versions, if a newer module transmits to an older one, then this is ignored/dropped

Not a serious issue, as I just re-arranged the modules that I have so the older ones are first in the string.

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

1 participant