-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
CRSF Distinct GPS Altitude from Barometric Altiude #5852
Comments
Name don't have to be unique for telemetry sensors. In your example, are both actually sent by FC ? Because if they are, you should already get both today. Here you can see that we treat GPS Alt and Baro Alt distinctively: edgetx/radio/src/telemetry/crossfire.h Line 65 in 79bde7e
|
AFAIU GPS 0x02 frame
same happens for Barometric Altitude & Vertical Speed 0x09 frame
What do you mean? |
Exactly, which is why I'm wondering if there is a mechanism in BF that says don't send alt twice or similar |
0x09 frame has also Vertical Speed information. VERTICAL_SPEED_INDEX edgetx/radio/src/telemetry/crossfire.cpp Line 172 in 79bde7e
But VSpd never shows. Can we log somehow recieved CRSF frames types? |
You can mirror the telemetry stream on a serial port |
Is there an existing issue for this feature request?
Is your feature request related to a problem?
Seems that for now EdgeTX uses for both values the same sensor name "Alt"
Those are different values so would be good to retain both.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: