-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
fix: MPM module status #4198
fix: MPM module status #4198
Conversation
This fixes the first part of the issue - |
Ok, so it's not just the status display thingy: it actually does not have any valid telemetry status. |
We should only consider if the MPM has a working telemetry link or not.
ac2db49
to
6bb0c5e
Compare
@pfeerick I fixed the second part (in pulses) which has also assuming that S.PORT is used, rather than checking just checking for a RX port in general. |
@raphaelcoeffic @pfeerick |
I sneaked in an implementation for #1187 as well, as @gagarinlg was complaining 🤪 |
Seems to be working properly now for X9D+2019, TX16S /w MPM, Zorro /w MPM |
We should only consider whether or not the MPM has a working telemetry link.
Fixes an issue introduced in #3822
Fixes #4197, resolves #1187