-
Notifications
You must be signed in to change notification settings - Fork 60
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 Quality 3d returns undocumented values #114
Comments
@jar349 Adafruit_CircuitPython_GPS/examples/gps_simpletest.py Lines 31 to 44 in 3e13731
Since the Usually it's better, and faster, to ask for library usage help on the Adafruit forums, or in the Discord server. |
The documented values for
fix_quality_3d
are as follows in the snippet below:Adafruit_CircuitPython_GPS/adafruit_gps.py
Lines 272 to 279 in 41f1596
However, the value I am getting for that attribute is
0
. If this is an expected value under certain conditions, would you mind updating the documentation to explain? If it is never expected for the value to be0
, could you please explain what I may be doing wrong on my end to receive that value? All other values I am getting look good/correct.I suspect that the culprit is this block of code:
Adafruit_CircuitPython_GPS/adafruit_gps.py
Lines 634 to 642 in 3e13731
If there's code beyond initializing it to
0
that sets it to0
- as this block does - then0
probably does have a semantic meaning that can be documented.The text was updated successfully, but these errors were encountered: