Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ublox: set maximum GPS tracking channel to 32.
  • Loading branch information
dndx committed Jul 7, 2018
1 parent 171af3f commit 526093f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sensor/gnss/ublox.rs
Expand Up @@ -660,12 +660,12 @@ impl UbloxGNSSProvider {
0x07, // numTrkChUse = numTrkChHw, numConfigBlocks = 7
0x00,
0x08,
0x10,
0x20,
0x00,
0x01,
0x00,
0x01,
0x00, // GPS = 8-16
0x00, // GPS = 8-32
0x01,
0x02,
0x03,
Expand Down

0 comments on commit 526093f

Please sign in to comment.