Skip to content

Commit

Permalink
GNSS: Modify not to set GPS selection when selecting Glonass alone
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Apr 25, 2023
2 parents adaee41 + 831a924 commit 6e75feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ void setup() {

case eSatGlonass:
Gnss.select(GLONASS);
Gnss.deselect(GPS);
break;

case eSatGpsGlonass:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ static int SetupPositioning(void)

case eSatGlonass:
Gnss.select(GLONASS);
Gnss.deselect(GPS);
break;

case eSatGpsGlonass:
Expand Down

0 comments on commit 6e75feb

Please sign in to comment.