-
-
Notifications
You must be signed in to change notification settings - Fork 398
feat(telem): add support for latest CRSF/ELRS sensor definition #6274
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
Conversation
Just tested with a Escape32 ESC and it works. RPM updates slower than other protocols but still fine on very cheap hardware. Holybro Tekko32 F4 45A ,Matek R24-p6 RX with a Ranger Micro. Thank you. |
We don't control what is received in the telemetry stream, but there is no delay added EdgeTX side |
Best merges with #6288 handling sensor number overflow. Likely needed in 2.11 since hardware using those new sensors is already available |
All done, ELRS and end users tested |
3705d4c
to
4ee8540
Compare
Two things to bear in mind:
Individual cells sensor is limited to 8 cells per sensorId (so 12s craft use 2 6s sensors)
There was a limit for cells sensors where cells would not update below 0,5v. Unsure why, so removed
sourceID of 255 are not supportedTested by Elrs team member.
This closes #6298