-
Notifications
You must be signed in to change notification settings - Fork 104
getRXMSFRBX and getRXMRAWX contain odd call to TIM related functionality #167
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
Comments
Hi Ferdinand (@FerdinandvHagen ), Thank you for raising this issue. You are correct. I will release a new version of the library tomorrow which corrects this. However, please be aware, this will correct I'm curious... What is your "use case" for these functions? Most people use the logging functions or callbacks to access RAWX and SFRBX. Do you have any code you can share? Also, you say "issues reported in conjunction with RAWX and SFRBX". Please post links to any relevant issues here. Then I can check how many of them this fix resolves. Thank you - and best wishes, |
Hi Ferdinand (@FerdinandvHagen ), Thanks again for reporting this. It is resolved in v2.2.20. Please see the Release Notes for more details. Please do come back to me with: your use case; any issues that I might not be aware of. Best wishes, |
Hi Paul, thank you so much! That was a super fast reply & fix. Shall I open a pull request for MEASX messages or not needed atm? Best, Ferdinand |
Subject of the issue
I'm not sure if this is really an issue but it might be related to issues reported in conjunction with RAWX and SFRBX. I would appreciate if somebody could confirm that the current implementation is correct.
In getRXMSFRBX and getRXMRAWX respectively, there is a call to
checkUbloxInternal(&packetCfg, UBX_CLASS_TIM, UBX_TIM_TM2);
. This seems odd as I would have expected a call similar tocheckUbloxInternal(&packetCfg, UBX_CLASS_RXM, UBX_RXM_RAWX);
. This is also the case in other functions.Can somebody confirm that the current implementation is correct?
The text was updated successfully, but these errors were encountered: