We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on this issue: https://forum.sparkfun.com/viewtopic.php?f=116&t=58172
And the solution: https://forum.sparkfun.com/viewtopic.php?p=239786#p239786
Add a new NEO-M8P example showing how to output 1077 + 1087 + 1230 + 4072.0 for NEO-M8P moving base applications.
The critical thing is to send CFG-TMODE3 0-Disable.: myGNSS.disableSurveyMode(); should do the trick
myGNSS.disableSurveyMode();
The text was updated successfully, but these errors were encountered:
6f5f8c8
Successfully merging a pull request may close this issue.
Based on this issue:
https://forum.sparkfun.com/viewtopic.php?f=116&t=58172
And the solution:
https://forum.sparkfun.com/viewtopic.php?p=239786#p239786
Add a new NEO-M8P example showing how to output 1077 + 1087 + 1230 + 4072.0 for NEO-M8P moving base applications.
The critical thing is to send CFG-TMODE3 0-Disable.:
myGNSS.disableSurveyMode();
should do the trickThe text was updated successfully, but these errors were encountered: