Step_6.2
This commit is contained in:
@@ -1155,6 +1155,9 @@ bool SFE_UBLOX_GNSS::checkAutomatic(uint8_t Class, uint8_t ID)
|
|||||||
case UBX_NAV_HPPOSLLH:
|
case UBX_NAV_HPPOSLLH:
|
||||||
if (packetUBXNAVHPPOSLLH != NULL) result = true;
|
if (packetUBXNAVHPPOSLLH != NULL) result = true;
|
||||||
break;
|
break;
|
||||||
|
case UBX_NAV_PVAT:
|
||||||
|
if (packetUBXNAVPVAT != NULL) result = true;
|
||||||
|
break;
|
||||||
case UBX_NAV_CLOCK:
|
case UBX_NAV_CLOCK:
|
||||||
if (packetUBXNAVCLOCK != NULL) result = true;
|
if (packetUBXNAVCLOCK != NULL) result = true;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user