-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: More robust check for carrier phase and AGC support
* Loop through all measurements and check if at least one supports carrier phase and AGC, instead of just checking first measurement * For carrier phase, device must have ADR_STATE_VALID and a non-zero accumulatedDeltaRangeMeters for it to be "SUPPORTED" Closes #478
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70d8ec5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I looked at my logs and don't see "ADR_STATE_VALID" or even "VALID", are you seeing that elsewhere ?