You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 be 0, 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.
If there's code beyond initializing it to 0 that sets it to 0 - as this block does - then 0 probably does have a semantic meaning that can be documented.
The text was updated successfully, but these errors were encountered:
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: