We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f946b6 commit a7eed4dCopy full SHA for a7eed4d
src/u-blox_GNSS.cpp
@@ -4168,6 +4168,7 @@ void DevUBLOXGNSS::addToChecksum(uint8_t incoming)
4168
sfe_ublox_status_e DevUBLOXGNSS::sendCommand(ubxPacket *outgoingUBX, uint16_t maxWait, bool expectACKonly)
4169
{
4170
sfe_ublox_status_e retVal = SFE_UBLOX_STATUS_SUCCESS;
4171
+
4172
calcChecksum(outgoingUBX); // Sets checksum A and B bytes of the packet
4173
4174
#ifndef SFE_UBLOX_REDUCED_PROG_MEM
0 commit comments