GAVLab / ublox

C++ Static library interfacing ublox GPS receivers using the ublox6 UBX protocol
48 stars 26 forks source link

Fix type MSG_ID_NAV_DGPS and DOP. #11

Closed yoshishima closed 9 years ago

yoshishima commented 9 years ago

Fix type MSG_ID_NAV_DGPS and DOP were 0x31. DOP should be 0x04.

yoshishima commented 9 years ago

Fix type MSG_ID_NAV_DGPS and DOP were 0x31. DOP should be 0x04.